Stops and destroys a DOFServer.
No further inbound connections can be made through the server, and existing inbound connections will be disconnected. The reference count for the server is set to zero.
- Note
- If another DOFServer object has been allocated with an identical DOFServerConfig, and it is still running, existing connections will be unaffected and inbound connections can still be established through the identical server. Inbound connections will be affected only if this is the only currently running server with an identical DOFServerConfig.
- Parameters
-
self | The server to destroy. If NULL, no action is taken. |
- See Also
- DOF_CreateServer
-
DOFServer_CreateServer
-
DOFServer_Stop
-
DOF_Stop