Bridge

Task..::..GetAwaiter Method

Gets an awaiter used to await this Task.

Namespace:  System.Threading.Tasks
Assembly:  Bridge (in Bridge.dll)

Syntax


public TaskAwaiter GetAwaiter()
Public Function GetAwaiter As TaskAwaiter
public:
TaskAwaiter^ GetAwaiter()

Return Value

An awaiter instance.