Watchdog Class

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

Determines the watchdog behavior.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.SPOT.Hardware..::..Watchdog

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

Syntax

'Declaration
Public NotInheritable Class Watchdog
public static class Watchdog
public ref class Watchdog abstract sealed
[<AbstractClass>]
[<Sealed>]
type Watchdog =  class end
public final class Watchdog

The Watchdog type exposes the following members.

Properties

  Name Description
Public propertyStatic member Behavior Gets or sets the behavior of the watchdog event handler.
Public propertyStatic member Enabled Gets or sets whether the watchdog is enabled.
Public propertyStatic member LastOccurrence Gets the last occurrence of a watchdog event (if any exist).
Public propertyStatic member Log Gets or sets the ILog interface for watchdog logging.
Public propertyStatic member Timeout Gets or sets the timeout value for the watchdog.

Top

Remarks

This static class contains properties that enable managed code to determine the watchdog behavior.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SPOT.Hardware Namespace