SPRequestManagementSettings.PingInterval 属性
获取或设置路由的目标运行状况检查的 ping 之间的时间间隔。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property PingInterval As TimeSpan
Get
Set
用法
Dim instance As SPRequestManagementSettings
Dim value As TimeSpan
value = instance.PingInterval
instance.PingInterval = value
public TimeSpan PingInterval { get; set; }