DelaySchedulerSchedule Method

Schedule command for execution.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public void Schedule(
	AsyncCommand command
)

Parameters

command  AsyncCommand
 

Implements

AsyncSchedulerSchedule(AsyncCommand)

See Also