Continue Property

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

Gets or sets a value that indicates whether the current dispatcher frame should continue.

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

Syntax

'Declaration
Public Property Continue As Boolean
public bool Continue { get; set; }
public:
property bool Continue {
    bool get ();
    void set (bool value);
}
member Continue : bool with get, set
function get Continue () : boolean
function set Continue (value : boolean)

Property Value

Type: System. . :: . .Boolean
true if the dispatcher frame should continue; otherwise, false.

.NET Framework Security

See Also

Reference

DispatcherFrame Class

Microsoft.SPOT Namespace