Click or drag to resize
AsyncTaskMethodBuilder<TResult>.Task Property
This API is preliminary and subject to change.

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

Property Value

Type: Task<TResult>
The Task<TResult> for this builder.

Return Value

Type: Task<TResult>
The Task<TResult> representing the builder's asynchronous operation.
Version Information

.NET Framework

Supported in: 3.5

Threading Library

Supported in: 2.1
See Also