Status Property

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

Gets the current operation status of the delegate on the dispatcher queue associated with the current DispatcherOperation object.

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

Syntax

'Declaration
Public Property Status As DispatcherOperationStatus
public DispatcherOperationStatus Status { get; internal set; }
public:
property DispatcherOperationStatus Status {
    DispatcherOperationStatus get ();
    internal: void set (DispatcherOperationStatus value);
}
member Status : DispatcherOperationStatus with get, internal set
function get Status () : DispatcherOperationStatus
internal function set Status (value : DispatcherOperationStatus)

Property Value

Type: Microsoft.SPOT. . :: . .DispatcherOperationStatus
The status of the operation.

.NET Framework Security

See Also

Reference

DispatcherOperation Class

Microsoft.SPOT Namespace