IClientExecutionServiceSubmitWithDelay Method Hazelcast .Net Client Class Library

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

Task SubmitWithDelay(
	Action action,
	int delayMilliseconds
)

Parameters

action
Type: SystemAction
delayMilliseconds
Type: SystemInt32

Return Value

Type: Task
See Also

Reference