Click or drag to resize

IExecutorServiceExecuteOnKeyOwner Method

Executes task on owner of the specified key

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
void ExecuteOnKeyOwner(
	Runnable command,
	Object key
)

Parameters

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