Callback for when an asynchronous server startup completes.
The exception can be checked to determine whether the request completed successfully or not.
This callback must not be NULL.
- Parameters
-
self | The callback object. This will never be NULL. |
server | The server for which the state is being reported. This will never be NULL. |
context | The context that was associated with the callback during the DOFServer_BeginStart call, or NULL if no context was associated. |
except | An exception, if one occurred. This will be NULL if there was no exception (success). |