Reject command if capacity has been reached.
Inheritance Hierarchy
Aerospike.ClientRejectScheduler
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public sealed class RejectScheduler : AsyncScheduler
The RejectScheduler type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | RejectScheduler | Initializes a new instance of the RejectScheduler class |
Methods
Name | Description | |
---|---|---|
![]() | Release |
Release command slot.
|
![]() | Schedule |
Reserve command slot. Reject command if at capacity.
|
See Also