SPClientCallableSettings.ExecutionTimeout property
取得或設定用戶端要求執行逾時。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ExecutionTimeout As TimeSpan
Get
Set
'用途
Dim instance As SPClientCallableSettings
Dim value As TimeSpan
value = instance.ExecutionTimeout
instance.ExecutionTimeout = value
public TimeSpan ExecutionTimeout { get; set; }
Property value
Type: System.TimeSpan
要求執行逾時。如果執行時間超過設定,伺服器不會繼續處理要求。
請參閱
參照
SPClientCallableSettings class