SPRemoteEventServiceSettings.ReceiveTimeout property
Gets or sets the interval of time that a connection can remain inactive before it is dropped.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ReceiveTimeout As TimeSpan
Get
Set
'Usage
Dim instance As SPRemoteEventServiceSettings
Dim value As TimeSpan
value = instance.ReceiveTimeout
instance.ReceiveTimeout = value
public TimeSpan ReceiveTimeout { get; set; }
Property value
Type: System.TimeSpan
See also
Reference
SPRemoteEventServiceSettings class