DispatcherFrame Constructor (Boolean)

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

Creates a new instance of the DispatcherFrame class with the specified exit request flag.

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

Syntax

'Declaration
Public Sub New ( _
    exitWhenRequested As Boolean _
)
public DispatcherFrame(
    bool exitWhenRequested
)
public:
DispatcherFrame(
    bool exitWhenRequested
)
new : 
        exitWhenRequested:bool -> DispatcherFrame
public function DispatcherFrame(
    exitWhenRequested : boolean
)

Parameters

  • exitWhenRequested
    Type: System. . :: . .Boolean
    Indicates whether the current dispatcher frame will exit when all frames are requested to exit.

.NET Framework Security

See Also

Reference

DispatcherFrame Class

DispatcherFrame Overload

Microsoft.SPOT Namespace