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