Share via


IWorkflowService.QueueMaxMessageConcurrency property

Gets or set an integer indicating the number of messages to process concurrently for the client-side queue.

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

Syntax

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

value = instance.QueueMaxMessageConcurrency
int QueueMaxMessageConcurrency { get; }

Property value

Type: System.Int32
Returns the number of messages for concurrent queuing.

See also

Reference

IWorkflowService interface

IWorkflowService members

Microsoft.SharePoint.WorkflowServices namespace