SPRemoteEventServiceSettings.CloseTimeout property
取得或設定連線至關閉所提供的時間間隔。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property CloseTimeout As TimeSpan
Get
Set
'用途
Dim instance As SPRemoteEventServiceSettings
Dim value As TimeSpan
value = instance.CloseTimeout
instance.CloseTimeout = value
public TimeSpan CloseTimeout { get; set; }
Property value
Type: System.TimeSpan
請參閱
參照
SPRemoteEventServiceSettings class