Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DispatcherOperation::Task Property

.NET Framework (current version)
 

Gets a Task<TResult> that represents the current operation.

Namespace:   System.Windows.Threading
Assembly:  WindowsBase (in WindowsBase.dll)

public:
property Task^ Task {
	Task^ get();
}

Property Value

Type: System.Threading.Tasks::Task^

An object that represents the current operation.

.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft