RejectScheduler Class

Reject command if capacity has been reached.

Definition

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

Constructors

RejectSchedulerInitializes a new instance of the RejectScheduler class

Methods

Release Release command slot.
Schedule Reserve command slot. Reject command if at capacity.

See Also