DispatcherOperation.Result Property
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
public Object Result { get; }
Property Value
The result of the operation.
Version Information
Available in .NET Micro Framework version 2.0, 2.5
See Also
Reference
DispatcherOperation Class
DispatcherOperation Members
Microsoft.SPOT Namespace