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
-
self | The Server. This must not be NULL. |
timeout | The maximum time to wait for the Server to be established. |
callback | The Server completion callback to be called when asynchronous operation finishes. |
context | The context, if any, associated with this connection request. |
- See Also
- DOFServer_AddStateListener