SPClientCallableSettings.ExecutionTimeout Property
Gets or sets the execution timeout for the client request.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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