Share via


IWorkflowService.QueueRetryMaximumPause property

Gets or sets an integer value that indicates the maximum time in milliseconds to wait between attempts to reinsert a message into the client-side queue.

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

Syntax

'Declaration
ReadOnly Property QueueRetryMaximumPause As Integer
    Get
'Usage
Dim instance As IWorkflowService
Dim value As Integer

value = instance.QueueRetryMaximumPause
int QueueRetryMaximumPause { get; }

Property value

Type: System.Int32
Returns the time in milliseconds.

See also

Reference

IWorkflowService interface

IWorkflowService members

Microsoft.SharePoint.WorkflowServices namespace