Bridge

AsyncTaskMethodBuilder..::..Task Property

Gets the task for this builder.

Namespace:  System.Runtime.CompilerServices
Assembly:  Bridge (in Bridge.dll)

Syntax


public Task Task { get; }
Public ReadOnly Property Task As Task
	Get
public:
property Task^ Task {
	Task^ get ();
}

Return Value

The task for this builder.

Exceptions


ExceptionCondition
System..::..InvalidOperationExceptionThe builder is not initialized.