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