|
Callback for a Requestor for the results of an asynchronous operation.
This callback may be NULL to ignore notification of results.
- Parameters
-
self | The callback object. This will never be NULL. |
operation | The original request operation. This will never be NULL. |
provider | The DOFProviderInfo associated with the parameters or except. This will never be NULL. |
parameterCount | The number of values in the parameters array. |
parameters | An array of DOFValue elements, representing the parameters of the Event used in the Register Operation. Must be ignored if except is non-NULL. Otherwise, NULL indicates that the Register is successfully established and non-NULL indicates that a Signal is received. This may contain NULL values for parameters that are "NULL" (from nullable types). |
except | An exception received from a Provider. If NULL, no exception occurred (the Register was successful) and parameters is valid. |
|