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