Click or drag to resize
AsyncTaskMethodBuilderTask Property
This API is preliminary and subject to change.
Gets the Task for this builder.

Namespace: System.Runtime.CompilerServices
Assembly: Rackspace.Threading (in Rackspace.Threading.dll) Version: 2.1.0-beta1
Syntax
public Task Task { get; }

Property Value

Type: Task
The Task for this builder.

Return Value

Type: Task
The Task representing the builder's asynchronous operation.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe builder is not initialized.
Version Information

.NET Framework

Supported in: 3.5

Threading Library

Supported in: 2.1
See Also