SPRemoteEventServiceSettings.CloseTimeout property
Gets or sets the interval of time provided for a connection to close.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CloseTimeout As TimeSpan
Get
Set
'Usage
Dim instance As SPRemoteEventServiceSettings
Dim value As TimeSpan
value = instance.CloseTimeout
instance.CloseTimeout = value
public TimeSpan CloseTimeout { get; set; }
Property value
Type: System.TimeSpan
See also
Reference
SPRemoteEventServiceSettings class