Namespace: Hazelcast.Client.Spi
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax
Task<Object> ScheduleWithFixedDelay( Action command, long initialDelay, long period, TimeUnit unit )
Parameters
- command
- Type: SystemAction
- initialDelay
- Type: SystemInt64
- period
- Type: SystemInt64
- unit
- Type: Hazelcast.CoreTimeUnit
Return Value
Type: TaskObjectSee Also