ConnectionProxyStream Constructor

Create GRPC Connection Stream class

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public ConnectionProxyStream(
	AsyncServerStreamingCall<AerospikeResponsePayload> stream
)

Parameters

stream  AsyncServerStreamingCallAerospikeResponsePayload
 

See Also