IMultiExecutionCallback allows to get notified when an execution is completed on each member
which task is submitted to.
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.2
Syntax
The IMultiExecutionCallback type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnComplete | Called after all executions are completed. | |
OnResponse | Called when an execution is completed on a member. |
Remarks
See Also