JoinableTask.Task Property
Gets the asynchronous task that completes when the asynchronous operation completes.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Public ReadOnly Property Task As Task
public Task Task { get; }
public:
property Task^ Task {
Task^ get ();
}
member Task : Task with get
function get Task () : Task
Property Value
Type: System.Threading.Tasks.Task
Returns Task.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.