DefaultWorkflowCommitWorkBatchService Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Représente la version par défaut de la classe WorkflowCommitWorkBatchService créée par le moteur d'exécution de workflow si aucun autre service WorkflowCommitWorkBatch n'est ajouté.
public ref class DefaultWorkflowCommitWorkBatchService : System::Workflow::Runtime::Hosting::WorkflowCommitWorkBatchService
public class DefaultWorkflowCommitWorkBatchService : System.Workflow.Runtime.Hosting.WorkflowCommitWorkBatchService
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class DefaultWorkflowCommitWorkBatchService : System.Workflow.Runtime.Hosting.WorkflowCommitWorkBatchService
type DefaultWorkflowCommitWorkBatchService = class
inherit WorkflowCommitWorkBatchService
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type DefaultWorkflowCommitWorkBatchService = class
inherit WorkflowCommitWorkBatchService
Public Class DefaultWorkflowCommitWorkBatchService
Inherits WorkflowCommitWorkBatchService
- Héritage
- Attributs
Remarques
Notes
Ce document décrit les types et les espaces de noms qui sont obsolètes. Pour plus d’informations, consultez Types dépréciés dans Windows Workflow Foundation 4.5.
La classe WorkflowRuntime crée un objet DefaultWorkflowCommitWorkBatchService lorsque le moteur d'exécution est démarré si aucun autre service WorkflowCommitWorkBatch n'est ajouté.
Constructeurs
DefaultWorkflowCommitWorkBatchService() |
Obsolète.
Initialise une classe DefaultWorkflowCommitWorkBatchService. |
DefaultWorkflowCommitWorkBatchService(NameValueCollection) |
Obsolète.
Initialise une classe SharedConnectionWorkflowCommitWorkBatchService à l'aide d'une collection de paramètres pour l'initialisation. |
Propriétés
EnableRetries |
Obsolète.
Obtient ou définit une valeur spécifiant si DefaultWorkflowCommitWorkBatchService tentera à nouveau la validation d’un travail en traitement par lots. |
Runtime |
Obsolète.
Obtient WorkflowRuntime pour ce service. (Hérité de WorkflowRuntimeService) |
State |
Obsolète.
Obtient l'état de WorkflowRuntimeService. (Hérité de WorkflowRuntimeService) |
Méthodes
CommitWorkBatch(WorkflowCommitWorkBatchService+CommitWorkBatchCallback) |
Obsolète.
Crée un travail en traitement par lots si aucun n'existe. |
Equals(Object) |
Obsolète.
Détermine si l'objet spécifié est égal à l'objet actuel. (Hérité de Object) |
GetHashCode() |
Obsolète.
Fait office de fonction de hachage par défaut. (Hérité de Object) |
GetType() |
Obsolète.
Obtient le Type de l'instance actuelle. (Hérité de Object) |
MemberwiseClone() |
Obsolète.
Crée une copie superficielle du Object actuel. (Hérité de Object) |
OnStarted() |
Obsolète.
En cas de substitution dans une classe dérivée, représente la méthode qui est appelée lorsque le moteur d'exécution de workflow déclenche l'événement Started. (Hérité de WorkflowRuntimeService) |
OnStopped() |
Obsolète.
Représente la méthode appelée lorsque l'exécution de workflow déclenche l'événement Stopped. |
RaiseServicesExceptionNotHandledEvent(Exception, Guid) |
Obsolète.
Déclenche l’événement ServicesExceptionNotHandled. (Hérité de WorkflowRuntimeService) |
Start() |
Obsolète.
Représente la méthode appelée pour démarrer le service. |
Stop() |
Obsolète.
En cas de substitution dans une classe dérivée, arrête le service et fait passer la propriété State à Stopping. (Hérité de WorkflowRuntimeService) |
ToString() |
Obsolète.
Retourne une chaîne qui représente l'objet actuel. (Hérité de Object) |