WorkflowInstanceService.CountInstances(WorkflowSubscription) 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> CountInstances (Microsoft.SharePoint.Client.WorkflowServices.WorkflowSubscription parentSubscription);
abstract member CountInstances : Microsoft.SharePoint.Client.WorkflowServices.WorkflowSubscription -> Microsoft.SharePoint.Client.ClientResult<int>
override this.CountInstances : Microsoft.SharePoint.Client.WorkflowServices.WorkflowSubscription -> Microsoft.SharePoint.Client.ClientResult<int>
Public Overridable Function CountInstances (parentSubscription As WorkflowSubscription) As ClientResult(Of Integer)
Parameters
- parentSubscription
- WorkflowSubscription
Returns
- Attributes