Share via


WorkflowInstanceService.CountInstancesWithStatus Method

Definition

[Microsoft.SharePoint.Client.Remote]
public virtual Microsoft.SharePoint.Client.ClientResult<int> CountInstancesWithStatus (Microsoft.SharePoint.Client.WorkflowServices.WorkflowSubscription parentSubscription, Microsoft.SharePoint.Client.WorkflowServices.WorkflowStatus status);
abstract member CountInstancesWithStatus : Microsoft.SharePoint.Client.WorkflowServices.WorkflowSubscription * Microsoft.SharePoint.Client.WorkflowServices.WorkflowStatus -> Microsoft.SharePoint.Client.ClientResult<int>
override this.CountInstancesWithStatus : Microsoft.SharePoint.Client.WorkflowServices.WorkflowSubscription * Microsoft.SharePoint.Client.WorkflowServices.WorkflowStatus -> Microsoft.SharePoint.Client.ClientResult<int>
Public Overridable Function CountInstancesWithStatus (parentSubscription As WorkflowSubscription, status As WorkflowStatus) As ClientResult(Of Integer)

Parameters

parentSubscription
WorkflowSubscription

Returns

Attributes

Applies to