IClientExecutionServiceSchedule Method Hazelcast .Net Client Class Library

Namespace: Hazelcast.Client.Spi
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax

Task Schedule(
	Action command,
	long delay,
	TimeUnit unit
)

Parameters

command
Type: SystemAction
delay
Type: SystemInt64
unit
Type: Hazelcast.CoreTimeUnit

Return Value

Type: Task
See Also

Reference