  | IClientExecutionServiceScheduleWithCancellation Method  | 
  
    Namespace: 
   Hazelcast.Client.Spi
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
SyntaxTask ScheduleWithCancellation(
	Action command,
	long delay,
	TimeUnit unit,
	CancellationToken token
)
Function ScheduleWithCancellation ( 
	command As Action,
	delay As Long,
	unit As TimeUnit,
	token As CancellationToken
) As Task
Task^ ScheduleWithCancellation(
	Action^ command, 
	long long delay, 
	TimeUnit unit, 
	CancellationToken token
)
abstract ScheduleWithCancellation : 
        command : Action * 
        delay : int64 * 
        unit : TimeUnit * 
        token : CancellationToken -> Task 
Parameters
- command
 - Type: SystemAction
 - delay
 - Type: SystemInt64
 - unit
 - Type: Hazelcast.CoreTimeUnit
 - token
 - Type: System.ThreadingCancellationToken
 
Return Value
Type: 
Task
See Also