Share via


IWorkflowService.WorkflowServiceRequestTimeout property

Specifies the length of the timeout for web service calls to the workflow service host. The default value is 20 seconds.

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

'Declaration
ReadOnly Property WorkflowServiceRequestTimeout As TimeSpan
    Get
'Usage
Dim instance As IWorkflowService
Dim value As TimeSpan

value = instance.WorkflowServiceRequestTimeout
TimeSpan WorkflowServiceRequestTimeout { get; }

Property value

Type: System.TimeSpan
Returns a TimeSpan instance.

See also

Reference

IWorkflowService interface

IWorkflowService members

Microsoft.SharePoint.WorkflowServices namespace