QueryQueryClientBackgroundExecute(AerospikeRequestPayload, CallOptions) Method

Execute background write on selected records.

Definition

Namespace: Aerospike.Client.KVS
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public virtual AsyncServerStreamingCall<AerospikeResponsePayload> BackgroundExecute(
	AerospikeRequestPayload request,
	CallOptions options
)

Parameters

request  AerospikeRequestPayload
The request to send to the server.
options  CallOptions
The options for the call.

Return Value

AsyncServerStreamingCallAerospikeResponsePayload
The call object.

See Also