Partager via


WorkflowManager, classe

 

Autorise la gestion et le démarrage des workflows.

Espace de noms:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (dans Microsoft.Workflow.Client.dll)

Hiérarchie d'héritage

System.Object
  Microsoft.Workflow.Client.WorkflowManager

Syntaxe

public class WorkflowManager
public ref class WorkflowManager 
type WorkflowManager = class end
Public Class WorkflowManager

Méthodes

Nom Description
System_CAPS_pubmethod Delete()

Supprime tous les workflows de l'étendue actuelle sans mettre fin aux instances existantes.

System_CAPS_pubmethod Delete(IDictionary<String, String>)

Supprime tous les workflows dans une étendue avec un metadataFilter correspondant sans mettre fin aux instances existantes.

System_CAPS_pubmethod Delete(IDictionary<String, String>, Boolean)

Supprime tous les workflows de l'étendue avec un metadataFilter correspondant.

System_CAPS_pubmethod Delete(String)

Supprime le workflow spécifié sans mettre fin aux instances existantes.

System_CAPS_pubmethod Delete(String, Boolean)

Supprime le workflow spécifié.

System_CAPS_pubmethod Equals(Object)

(Hérité de Object.)

System_CAPS_protmethod Finalize()

(Hérité de Object.)

System_CAPS_pubmethod Get(Int32, Int32)

Récupère une collection de WorkflowDescriptions pour les workflows dans l'étendue actuelle via la pagination.

System_CAPS_pubmethod Get(Int32, Int32, IDictionary<String, String>)

Récupère via la pagination une collection de WorkflowDescriptions pour les workflows dans l'étendue actuelle qui correspondent au metaDataFilter spécifié.

System_CAPS_pubmethod Get(String)

Récupère l'élément WorkflowDescription spécifié.

System_CAPS_pubmethod GetHashCode()

(Hérité de Object.)

System_CAPS_pubmethod GetType()

(Hérité de Object.)

System_CAPS_protmethod MemberwiseClone()

(Hérité de Object.)

System_CAPS_pubmethod Publish(WorkflowDescription)

Publie un workflow dans l'étendue actuelle.

System_CAPS_pubmethod Publish(WorkflowDescription, Boolean)

Publie un workflow dans l'étendue actuelle.

System_CAPS_pubmethod Start(String)

Démarre une nouvelle instance du workflow spécifié.

System_CAPS_pubmethod Start(String, IDictionary<String, Object>)

Démarre une nouvelle instance du workflow spécifié.

System_CAPS_pubmethod Start(String, WorkflowStartParameters)

Démarre une nouvelle instance du workflow spécifié.

System_CAPS_pubmethod ToString()

(Hérité de Object.)

Sécurité des threads

Tous les membres statiques (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Microsoft.Workflow.Client, espace de noms

Retour au début