SPWcfServiceSettings.CloseTimeout property
Gets or sets the close timeout value.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CloseTimeout As TimeSpan
Get
Set
'Usage
Dim instance As SPWcfServiceSettings
Dim value As TimeSpan
value = instance.CloseTimeout
instance.CloseTimeout = value
public TimeSpan CloseTimeout { get; set; }
Property value
Type: System.TimeSpan
The close timeout value. This property is applied only when it is not set to MinValue; otherwise, the default WCF settings are used.