IExecutorServiceSubmitToKeyOwnerV Method (Runnable, Object, IExecutionCallbackV)Hazelcast .Net Client Class Library
Submits task to owner of the specified key.

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

void SubmitToKeyOwner<V>(
	Runnable task,
	Object key,
	IExecutionCallback<V> callback
)

Parameters

task
Type: Hazelcast.UtilRunnable
task
key
Type: SystemObject
callback
Type: Hazelcast.CoreIExecutionCallbackV
callback

Type Parameters

V
Remarks

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

Reference