Timeout Property

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

Gets or sets the timeout value for the watchdog.

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

Syntax

'Declaration
Public Shared Property Timeout As TimeSpan
public static TimeSpan Timeout { get; set; }
public:
static property TimeSpan Timeout {
    TimeSpan get ();
    void set (TimeSpan value);
}
static member Timeout : TimeSpan with get, set
static function get Timeout () : TimeSpan
static function set Timeout (value : TimeSpan)

Property Value

Type: System. . :: . .TimeSpan
The timeout value for the watchdog.

Remarks

Some hardware vendors may set bounds and granularity on the timeout value for the watchdog. Check with the hardware vendor for specifications.

.NET Framework Security

See Also

Reference

Watchdog Class

Microsoft.SPOT.Hardware Namespace