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.8.0.1
Syntax
Parameters
- task
- Type: Hazelcast.UtilCallableT
task - key
- Type: SystemObject
key
Type Parameters
- T
Return Value
Type: TaskTa Future representing pending completion of the task
Remarks
See Also