IExecutorServiceSubmitToAllMembersT Method (CallableT, IMultiExecutionCallback)Hazelcast .Net Client Class Library
Submits task to the all cluster members.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.4.0
Syntax

void SubmitToAllMembers<T>(
	Callable<T> task,
	IMultiExecutionCallback callback
)

Parameters

task
Type: Hazelcast.UtilCallableT
task
callback
Type: Hazelcast.CoreIMultiExecutionCallback
callback

Type Parameters

T
Remarks

Submits task to the all cluster members. Caller will be notified for the result of the each task by OnResponse(IMember, Object) , and when all tasks are completed, OnComplete(IDictionaryIMember, Object) will be called.
See Also

Reference