SocketAwaitable Constructor Couchbase .NET SDK 2.1.0 Documentation
Ctor for SocketAwaitable.

Namespace: Couchbase.IO
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public SocketAwaitable(
	SocketAsyncEventArgs eventArgs
)

Parameters

eventArgs
Type: System.Net.Sockets SocketAsyncEventArgs
The SocketAsyncEventArgs object to use for the underlying IO operations.
Exceptions
ExceptionCondition
ArgumentNullException
See Also