IConnection Interface

Socket connection wrapper.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public interface IConnection

Methods

Close Shutdown and close socket.
GetStream 
IsClosed Is socket closed from client perspective only.
ReadFully 
SetTimeout 
UpdateLastUsed 
Write 

See Also