DispatcherOperation::Result Property

 

Gets the result of the operation after it has completed.

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

public:
property Object^ Result {
	Object^ get();
}

Property Value

Type: System::Object^

The result of the operation -or- null if the operation has not completed.

.NET Framework
Available since 3.0
Return to top
Show: