Block until command slot is available.
Inheritance Hierarchy
Aerospike.ClientBlockScheduler
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public sealed class BlockScheduler : AsyncScheduler
The BlockScheduler type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BlockScheduler | Initializes a new instance of the BlockScheduler class |
Methods
Name | Description | |
---|---|---|
![]() | Release |
Release command slot.
|
![]() | Schedule |
Wait for command slot(s). Execute command when command slot is available.
|
See Also