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

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

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

Parameters

task
Type: Hazelcast.UtilRunnable
task
key
Type: SystemObject
the specified key
callback
Type: Hazelcast.CoreIExecutionCallbackT
callback

Type Parameters

T
Remarks

Submits task to owner of the specified key. Caller will be notified for the result of the task by OnResponse(T) or OnFailure(Exception) .
See Also

Reference