OnRebootEvent Event

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

Notifies listeners prior to a device reboot (soft or hard).

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

Syntax

'Declaration
Public Shared Event OnRebootEvent As RebootEventHandler
public static event RebootEventHandler OnRebootEvent
public:
static  event RebootEventHandler^ OnRebootEvent {
    void add (RebootEventHandler^ value);
    void remove (RebootEventHandler^ value);
}
member OnRebootEvent : IEvent<RebootEventHandler,
    EventArgs>
JScript does not support events.

Remarks

The event handlers may have an execution constraint placed on them by the caller of the RebootDevice method. Therefore, it is recommended that the event handlers be short atomic operations.

.NET Framework Security

See Also

Reference

PowerState Class

Microsoft.SPOT.Hardware Namespace