  | IExecutorServiceExecuteOnKeyOwner Method  | 
 Executes task on owner of the specified key
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntaxvoid ExecuteOnKeyOwner(
	Runnable command,
	Object key
)
Sub ExecuteOnKeyOwner ( 
	command As Runnable,
	key As Object
)
void ExecuteOnKeyOwner(
	Runnable^ command, 
	Object^ key
)
abstract ExecuteOnKeyOwner : 
        command : Runnable * 
        key : Object -> unit 
Parameters
- command
 - Type: Hazelcast.UtilRunnable
task - key
 - Type: SystemObject
key 
See Also