IMultiExecutionCallback allows to get notified when an execution is completed on each member
which task is submitted to.
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.9
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
Reference
IExecutionCallback<V>