Share via


Result Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the result of the delegate associated with the current DispatcherOperation object, if the operation has completed.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public ReadOnly Property Result As Object
public Object Result { get; }
public:
property Object^ Result {
    Object^ get ();
}
member Result : Object with get
function get Result () : Object

Property Value

Type: System. . :: . .Object
The result of the operation.

.NET Framework Security

See Also

Reference

DispatcherOperation Class

Microsoft.SPOT Namespace