Normal async connection implemented with SocketAsyncEventArgs.
Inheritance Hierarchy
AsyncConnection
Aerospike.ClientAsyncConnectionArgs
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.2.0 (5.3.2)
Syntax
C#
public sealed class AsyncConnectionArgs : AsyncConnection
The AsyncConnectionArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AsyncConnectionArgs | Initializes a new instance of the AsyncConnectionArgs class |
Methods
Name | Description | |
---|---|---|
![]() | Close | (Overrides AsyncConnection.Close.) |
![]() | Connect | (Overrides AsyncConnection.Connect(IPEndPoint).) |
![]() | Receive | (Overrides AsyncConnection.Receive(Byte, Int32, Int32).) |
![]() | Reset | (Overrides AsyncConnection.Reset.) |
![]() | Send | (Overrides AsyncConnection.Send(Byte, Int32, Int32).) |
See Also