Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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