QueryQueryClientBackgroundTaskStatusStreaming(CallOptions) Method

Get status of a stream of background tasks.

Definition

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

Parameters

options  CallOptions
The options for the call.

Return Value

AsyncDuplexStreamingCallAerospikeRequestPayload, AerospikeResponsePayload
The call object.

See Also