WorkflowInstanceCollection class

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<WorkflowInstance>
        Microsoft.SharePoint.Client.WorkflowServices.WorkflowInstanceCollection

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

Syntax

'Declaration
Public Class WorkflowInstanceCollection _
    Inherits ClientObjectCollection(Of WorkflowInstance)
'Usage
Dim instance As WorkflowInstanceCollection
public class WorkflowInstanceCollection : ClientObjectCollection<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.Client.WorkflowServices namespace