Put command on delay queue for later execution if capacity has been reached.
Inheritance Hierarchy
Aerospike.ClientDelayScheduler
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.1.0 (5.3.1)
Syntax
C#
public sealed class DelayScheduler : AsyncScheduler
The DelayScheduler type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DelayScheduler | Initializes a new instance of the DelayScheduler class |
Methods
Name | Description | |
---|---|---|
![]() | Release |
Release command slot.
|
![]() | Schedule |
Schedule command for execution.
|
See Also