Namespace: Hazelcast.Client.Spi
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7.1
Syntax
void ScheduleWithFixedDelay( Action command, long initialDelay, long period, TimeUnit unit, CancellationToken token )
Parameters
- command
- Type: SystemAction
- initialDelay
- Type: SystemInt64
- period
- Type: SystemInt64
- unit
- Type: Hazelcast.CoreTimeUnit
- token
- Type: System.ThreadingCancellationToken
See Also