SPRoutingMachinePool.PingAvailabilityThreshold property
Gets or sets the ping availability threshold the Request Management feature should maintain for this machine pool.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property PingAvailabilityThreshold As Double
Get
Set
'Usage
Dim instance As SPRoutingMachinePool
Dim value As Double
value = instance.PingAvailabilityThreshold
instance.PingAvailabilityThreshold = value
public double PingAvailabilityThreshold { get; set; }
Property value
Type: System.Double