Callback for when an asynchronous connection request 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. |
connection | The connection for which the state is being reported. This will never be NULL. |
context | The context that was associated with the callback during the DOFConnection_BeginConnect call, or NULL if no context was associated. |
except | An exception, if one occurred. This will be NULL if there was no exception (success). |