Namespace: Hazelcast.Client.Spi
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.4.0
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