SocketAwaitable.GetAwaiter Method Couchbase .NET SDK 2.0
Gets the object being awaited on.

Namespace: Couchbase.IO
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public SocketAwaitable GetAwaiter()

Return Value

Type: SocketAwaitable
A SocketAwaitable object.
See Also