SPRequestManagementSettings.PingInterval property

Gets or sets the time interval between pings for a routing target health check.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property PingInterval As TimeSpan
    Get
    Set
'Usage
Dim instance As SPRequestManagementSettings
Dim value As TimeSpan

value = instance.PingInterval

instance.PingInterval = value
public TimeSpan PingInterval { get; set; }

Property value

Type: System.TimeSpan

See also

Reference

SPRequestManagementSettings class

SPRequestManagementSettings members

Microsoft.SharePoint.Administration namespace