IMultiExecutionCallback InterfaceHazelcast .Net Client Class Library
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.6.1.0
Syntax

public interface IMultiExecutionCallback

The IMultiExecutionCallback type exposes the following members.

Methods

  NameDescription
Public methodOnComplete
Called after all executions are completed.
Public methodOnResponse
Called when an execution is completed on a member.
Top
Remarks

IMultiExecutionCallback allows to get notified when an execution is completed on each member which task is submitted to. After all executions are completed on all submitted members, OnComplete(IDictionaryIMember, Object) method is called with map of all results.
See Also

Reference