DOFServerstart Method OpenDOF Object Access Library
Starts 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 start(
	int timeout
)

Parameters

timeout
Type: SystemInt32
Maximum time to wait, in milliseconds, for the server to start. Must be >= 0.
Exceptions

ExceptionCondition
DOFExceptionIf the server cannot be started.
DOFException
Remarks

Starts the server synchronously, but only waiting for the specified timeout.

Will also start any related server.

See Also

Reference