QueryQueryClientBackgroundTaskStatus(AerospikeRequestPayload, CallOptions) Method

Get status of a background task.

Definition

Namespace: Aerospike.Client.KVS
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public virtual AsyncServerStreamingCall<AerospikeResponsePayload> BackgroundTaskStatus(
	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