IClientExecutionServiceScheduleWithFixedDelay Method Hazelcast .Net Client Class Library

Namespace: Hazelcast.Client.Spi
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.5.0.8
Syntax

Task<Object> ScheduleWithFixedDelay(
	Runnable command,
	long initialDelay,
	long period,
	TimeUnit unit
)

Parameters

command
Type: Hazelcast.UtilRunnable
initialDelay
Type: SystemInt64
period
Type: SystemInt64
unit
Type: Hazelcast.CoreTimeUnit

Return Value

Type: TaskObject
See Also

Reference