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