Compartilhar via


WorkflowSubscriptionCollection classe

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<WorkflowSubscription>
        Microsoft.SharePoint.Client.WorkflowServices.WorkflowSubscriptionCollection

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

Sintaxe

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

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

WorkflowSubscriptionCollection membros

Microsoft.SharePoint.Client.WorkflowServices namespace