SPClientCallableSettings.ExecutionTimeout property
Gets or sets the execution timeout for the client request.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ExecutionTimeout As TimeSpan
Get
Set
'Usage
Dim instance As SPClientCallableSettings
Dim value As TimeSpan
value = instance.ExecutionTimeout
instance.ExecutionTimeout = value
public TimeSpan ExecutionTimeout { get; set; }
Property value
Type: System.TimeSpan
The execution timeout for the request. If the execution time exceeds the setting, the server will not continue processing the request.
See also
Reference
SPClientCallableSettings class