Click or drag to resize
AsyncTaskMethodBuilderTResultTask 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: TaskTResult
The TaskTResult for this builder.

Return Value

Type: TaskTResult
The TaskTResult representing the builder's asynchronous operation.
Version Information

.NET Framework

Supported in: 3.5

Threading Library

Supported in: 2.1
See Also