RebootEventHandler Delegate

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

The event handler delegate for the OnRebootEvent event.

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

Syntax

'Declaration
Public Delegate Sub RebootEventHandler ( _
    fSoftReboot As Boolean _
)
public delegate void RebootEventHandler(
    bool fSoftReboot
)
public delegate void RebootEventHandler(
    bool fSoftReboot
)
type RebootEventHandler = 
    delegate of 
        fSoftReboot:bool -> unit
JScript does not support delegates.

Parameters

  • fSoftReboot
    Type: System. . :: . .Boolean
    If true, the system will perform only a software reboot, rather than performing a hardware reboot. The software reboot re-initializes the CLR and some of the HAL/PAL. If false, the system will perform a hardware reboot.

See Also

Reference

Microsoft.SPOT.Hardware Namespace