WorkflowInstanceCollection class

Represents the collection class for workflow instances.

Inheritance hierarchy

System.Object
  System.Collections.ObjectModel.Collection<WorkflowInstance>
    Microsoft.SharePoint.WorkflowServices.WorkflowInstanceCollection

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

Syntax

'Declaration
<ClientCallableTypeAttribute(Name := "WorkflowInstanceCollection", ServerTypeId := "{aec0fe18-f5e5-4c65-a9d3-550b4169b1bb}",  _
    CollectionChildItemType := GetType(WorkflowInstance))> _
Public Class WorkflowInstanceCollection _
    Inherits Collection(Of WorkflowInstance)
'Usage
Dim instance As WorkflowInstanceCollection
[ClientCallableTypeAttribute(Name = "WorkflowInstanceCollection", ServerTypeId = "{aec0fe18-f5e5-4c65-a9d3-550b4169b1bb}", 
    CollectionChildItemType = typeof(WorkflowInstance))]
public class WorkflowInstanceCollection : Collection<WorkflowInstance>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

WorkflowInstanceCollection members

Microsoft.SharePoint.WorkflowServices namespace