FeatureListFeatureHealthCheck.Timeout Property
Gets or sets the number of seconds before a timeout occurs.
Namespace: Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure
Assembly: SHInfra (in shinfra.dll)
Usage
Syntax
'Declaration
<DefaultValueAttribute(300)> _
<XmlAttributeAttribute> _
Public Property Timeout As Integer
[DefaultValueAttribute(300)]
[XmlAttributeAttribute]
public int Timeout { get; set; }
[DefaultValueAttribute(300)]
[XmlAttributeAttribute]
public:
property int Timeout {
int get ();
void set (int value);
}
/** @property */
public int get_Timeout ()
/** @property */
public void set_Timeout (int value)
public function get Timeout () : int
public function set Timeout (value : int)
Property Value
The number of seconds before timeout occurs.
Remarks
This property supports the infrastructure and is not intended to be used directly from your code.
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.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
FeatureListFeatureHealthCheck Class
FeatureListFeatureHealthCheck Members
Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure Namespace