Serverstop Method OpenDOF Object Access Library
Request that the server be stopped.

Namespace: org.opendof.core.transport
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
void stop(
	DOFException cause
)

Parameters

cause
Type: org.opendof.core.oalDOFException
Exception, if any, that accompanies an unexpected stop.
Remarks

Request that the server be stopped. No new connections should be accepted and resources should be freed. The transport handler stopped method should be called when the server is stopped.
See Also

Reference