SPWcfServiceSettings.CloseTimeout property
取得或設定關閉逾時值。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property CloseTimeout As TimeSpan
Get
Set
'用途
Dim instance As SPWcfServiceSettings
Dim value As TimeSpan
value = instance.CloseTimeout
instance.CloseTimeout = value
public TimeSpan CloseTimeout { get; set; }
Property value
Type: System.TimeSpan
關閉逾時值。只有當它不設為MinValue; 時套用此屬性否則,預設 WCF 設定可用。