Restart a server, waiting up to timeout for the server to be restarted.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFOperationStart beginRestart( int timeout )
Parameters
- timeout
- Type: SystemInt32
Maximum time to wait, in milliseconds, for the server to be restarted.
Return Value
Type: DOFOperationStartThe new operation, or null if there is a related server that won't restart.
Remarks
See Also