OpenDOF Project
void DOF_Stop ( DOF  self,
DOFServer  server 
)

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 and DOFServer_BeginStart calls.

Parameters
selfThe DOF associated with the server. This must not be NULL.
serverThe server to stop. If NULL, no action is taken.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22