Gets the Result of the asynchronous operation.

Namespace: System.Extensions.Windows.Forms
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public Object Result { get; }
Visual Basic
Public ReadOnly Property Result As Object
	Get
Visual C++
public:
property Object^ Result {
	Object^ get ();
}
F#
member Result : Object with get

Property Value

Type: Object

See Also