IExecutorServiceSubmitToKeyOwnerT Method (CallableT, Object)Hazelcast .Net Client Class Library
Submits task to owner of the specified key and returns a Future representing that task.

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

Task<T> SubmitToKeyOwner<T>(
	Callable<T> task,
	Object key
)

Parameters

task
Type: Hazelcast.UtilCallableT
task
key
Type: SystemObject
key

Type Parameters

T

Return Value

Type: TaskT
a Future representing pending completion of the task
Remarks

Submits task to owner of the specified key and returns a Future representing that task.
See Also

Reference