| IClientExecutionServiceSchedule Method |
Namespace:
Hazelcast.Client.Spi
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax Task Schedule(
Action command,
long delay,
TimeUnit unit
)
Function Schedule (
command As Action,
delay As Long,
unit As TimeUnit
) As Task
Task^ Schedule(
Action^ command,
long long delay,
TimeUnit unit
)
abstract Schedule :
command : Action *
delay : int64 *
unit : TimeUnit -> Task
Parameters
- command
- Type: SystemAction
- delay
- Type: SystemInt64
- unit
- Type: Hazelcast.CoreTimeUnit
Return Value
Type:
TaskSee Also