DefinitionMonitor.IntervalInSeconds Property
Gets or sets the number of seconds between consecutive attempts to check the status of a 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.IntervalInSeconds
instance.IntervalInSeconds = value
Syntax
'Declaration
Public Property IntervalInSeconds As Integer
public int IntervalInSeconds { get; set; }
public:
property int IntervalInSeconds {
int get ();
void set (int value);
}
/** @property */
public int get_IntervalInSeconds ()
/** @property */
public void set_IntervalInSeconds (int value)
public function get IntervalInSeconds () : int
public function set IntervalInSeconds (value : int)
Property Value
The number of seconds.
Remarks
The value must be set to 30.
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