Wait for command slot(s). Execute command when command slot is available.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public void Schedule( AsyncCommand command )
Parameters
- command
- Type: AsyncCommand
Implements
AsyncSchedulerSchedule(AsyncCommand)See Also