DelayScheduler Class

Put command on delay queue for later execution if capacity has been reached.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public sealed class DelayScheduler : AsyncScheduler
Inheritance
Object    DelayScheduler
Implements
AsyncScheduler

Constructors

DelaySchedulerInitializes a new instance of the DelayScheduler class

Methods

Release Release command slot.
Schedule Schedule command for execution.

See Also