Partilhar via


WorkflowInstanceCollection classe

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 (em Microsoft.SharePoint.Client.WorkflowServices.dll)

Sintaxe

'Declaração
Public Class WorkflowInstanceCollection _
    Inherits ClientObjectCollection(Of WorkflowInstance)
'Uso
Dim instance As WorkflowInstanceCollection
public class WorkflowInstanceCollection : ClientObjectCollection<WorkflowInstance>

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

WorkflowInstanceCollection membros

Microsoft.SharePoint.Client.WorkflowServices namespace