SPClientCallableSettings.RequestUsageExecutionTimeThreshold property
以毫秒為單位的 csom 要求使用狀況資料記錄臨界值
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property RequestUsageExecutionTimeThreshold As Integer
Get
Set
'用途
Dim instance As SPClientCallableSettings
Dim value As Integer
value = instance.RequestUsageExecutionTimeThreshold
instance.RequestUsageExecutionTimeThreshold = value
public int RequestUsageExecutionTimeThreshold { get; set; }
Property value
Type: System.Int32
請參閱
參照
SPClientCallableSettings class