DOFstop Method OpenDOF Object Access Library
Forces a server to stop.

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

C#
public void stop(
	DOFServer server
)

Parameters

server
Type: org.opendof.core.oalDOFServer
The server to stop. This must not be null.
Remarks

Forces a server to stop. This method can be used to forcibly stop a server, even if multiple references to the server exist. In contrast, DOFServer.stop() stops the server only when the number of references to stop calls is equal to the number of references to DOFServer.start(int) and DOFServer.beginStart(int) calls.
See Also

Reference