Restarts the server synchronously, but only waiting for the specified timeout.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public void restart( int timeout )
Parameters
- timeout
- Type: SystemInt32
Maximum time to wait, in milliseconds, for the server to restart. Must be >= 0.
Exceptions
Exception | Condition |
---|---|
DOFException | If the server cannot be started. |
DOFException |
Remarks
See Also