WorkflowInstanceService.CountInstancesWithStatus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- status
- WorkflowStatus
Returns
- Attributes