Share via


DefinitionMonitor.TimeoutInSeconds Property

Gets or sets the time to wait for a response from the monitoring endpoint.

Namespace: Microsoft.WindowsAzure.Management.TrafficManager.Models
Assembly: Microsoft.WindowsAzure.Management.TrafficManager (in Microsoft.WindowsAzure.Management.TrafficManager.dll)

Usage

'Usage
Dim instance As DefinitionMonitor
Dim value As Integer

value = instance.TimeoutInSeconds

instance.TimeoutInSeconds = value

Syntax

'Declaration
Public Property TimeoutInSeconds As Integer
public int TimeoutInSeconds { get; set; }
public:
property int TimeoutInSeconds {
    int get ();
    void set (int value);
}
/** @property */
public int get_TimeoutInSeconds ()

/** @property */
public void set_TimeoutInSeconds (int value)
public function get TimeoutInSeconds () : int

public function set TimeoutInSeconds (value : int)

Property Value

The time to wait for a response.

Remarks

The value must be 10.

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 Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

DefinitionMonitor Class
DefinitionMonitor Members
Microsoft.WindowsAzure.Management.TrafficManager.Models Namespace