IClientExecutionServiceScheduleWithCancellation Method Hazelcast .Net Client Class Library

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

Reference