LastOccurrence Property

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

Gets the last occurrence of a watchdog event (if any exist).

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

Syntax

'Declaration
Public Shared ReadOnly Property LastOccurrence As WatchdogEvent
public static WatchdogEvent LastOccurrence { get; }
public:
static property WatchdogEvent^ LastOccurrence {
    WatchdogEvent^ get ();
}
static member LastOccurrence : WatchdogEvent with get
static function get LastOccurrence () : WatchdogEvent

Property Value

Type: Microsoft.SPOT.Hardware. . :: . .WatchdogEvent
The last occurrence of a watchdog event.

.NET Framework Security

See Also

Reference

Watchdog Class

Microsoft.SPOT.Hardware Namespace