Share via


IWorkflowService.WorkflowServiceDeploymentRequestTimeout property

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

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

Syntax

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

value = instance.WorkflowServiceDeploymentRequestTimeout
TimeSpan WorkflowServiceDeploymentRequestTimeout { get; }

Property value

Type: System.TimeSpan
Returns a TimeSpan instance.

See also

Reference

IWorkflowService interface

IWorkflowService members

Microsoft.SharePoint.WorkflowServices namespace