KVSKVSClientOperateStreaming(Metadata, NullableDateTime, CancellationToken) Method
Perform a stream of operate requests.
Namespace: Aerospike.Client.KVSAssembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
public virtual AsyncDuplexStreamingCall<AerospikeRequestPayload, AerospikeResponsePayload> OperateStreaming(
Metadata headers = null,
DateTime? deadline = null,
CancellationToken cancellationToken = default
)
- headers Metadata (Optional)
- The initial metadata to send with the call. This parameter is optional.
- deadline NullableDateTime (Optional)
- An optional deadline for the call. The call will be cancelled if deadline is hit.
- cancellationToken CancellationToken (Optional)
- An optional token for canceling the call.
AsyncDuplexStreamingCallAerospikeRequestPayload,
AerospikeResponsePayloadThe call object.