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: