KVSKVSClientReadAsync(AerospikeRequestPayload, CallOptions) Method
Read a single record
Namespace: Aerospike.Client.KVSAssembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
public virtual AsyncUnaryCall<AerospikeResponsePayload> ReadAsync(
AerospikeRequestPayload request,
CallOptions options
)
- request AerospikeRequestPayload
- The request to send to the server.
- options CallOptions
- The options for the call.
AsyncUnaryCallAerospikeResponsePayloadThe call object.