Wait for the operation to complete, then return the server.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public abstract DOFServer waitStart( int timeout )
Parameters
- timeout
- Type: SystemInt32
Maximum time to wait, in milliseconds, for the server to start. Must be >= 0.
Return Value
Type: DOFServerthe server.
Exceptions
Exception | Condition |
---|---|
DOFErrorException | if the timeout expires before the operation is complete, or if the server could not be started. |
DOFException |
Remarks
See Also