AsyncTaskMethodBuilderTResultTask Property |
This API is preliminary and subject to change.
Namespace: System.Runtime.CompilerServicesAssembly: Rackspace.Threading (in Rackspace.Threading.dll) Version: 2.1.0-beta1
Syntax
public Task<TResult> Task { get; }
Public ReadOnly Property Task As Task(Of TResult)
Get
public:
property Task<TResult>^ Task {
Task<TResult>^ get ();
}
member Task : Task<'TResult> with get
Property Value
Type:
TaskTResult
The
TaskTResult for this builder.
Return Value
Type:
TaskTResultThe
TaskTResult representing the builder's asynchronous operation.
Version Information
.NET Framework
Supported in: 3.5
Threading Library
Supported in: 2.1
See Also