Click or drag to resize

IExecutorServiceSubmitToKeyOwnerT Method (CallableT, Object)

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.9.2
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