IExecutorServiceExecuteOnKeyOwner Method Hazelcast .Net Client Class Library
Executes task on owner of the specified key

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

void ExecuteOnKeyOwner(
	Runnable command,
	Object key
)

Parameters

command
Type: Hazelcast.UtilRunnable
task
key
Type: SystemObject
key
See Also

Reference