IExecutorServiceSubmitT Method (CallableT, IExecutionCallbackT)Hazelcast .Net Client Class Library
Submits task to a random member.

Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax

void Submit<T>(
	Callable<T> task,
	IExecutionCallback<T> callback
)

Parameters

task
Type: Hazelcast.UtilCallableT
task
callback
Type: Hazelcast.CoreIExecutionCallbackT
callback

Type Parameters

T
Remarks

Submits task to a random member. Caller will be notified for the result of the task by IExecutionCallback<V>.OnResponse(object) or IExecutionCallback<V> .OnFailure(System.Exception) .
See Also

Reference