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

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

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

Parameters

task
Type: Hazelcast.UtilRunnable
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 OnResponse(T) or OnFailure(Exception) .
See Also

Reference