OpenDOF Project
void DOFServer_BeginStart ( DOFServer  self,
uint32  timeout,
DOFServerStartCallback  callback,
void *  context 
)

Causes the Server to become Started.

The callback is called to indicate that the server either started successfully or failed. Any listeners added to the server will be notified if this causes the state to change, but are otherwise unrelated to the callback specified here.

Note
This call is asynchronous, and does not wait for the Server to be established before returning control to the caller.
Parameters
selfThe Server. This must not be NULL.
timeoutThe maximum time to wait for the Server to be established.
callbackThe Server completion callback to be called when asynchronous operation finishes.
contextThe context, if any, associated with this connection request.
See Also
DOFServer_AddStateListener
core-c-dof-oal Version 7.1.5 Build 0
2017-01-25