IExecutionCallback allows to asynchronously get notified when the execution is completed,
either successfully or with error.
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.1
Syntax
Type Parameters
- T
The IExecutionCallbackT type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnFailure | Called when an execution is completed with an error. | |
OnResponse | Called when an execution is completed successfully. |
Remarks
See Also