Namespace: Hazelcast.Client.Spi
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9
Syntax
Task ScheduleWithCancellation( Action command, long delay, TimeUnit unit, CancellationToken token )
Parameters
- command
 - Type: SystemAction
 - delay
 - Type: SystemInt64
 - unit
 - Type: Hazelcast.CoreTimeUnit
 - token
 - Type: System.ThreadingCancellationToken
 
Return Value
Type: TaskSee Also