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 du moteur d’exécution de flux de WorkflowCommitWorkBatchService travail 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
Note
Ce matériel traite des types et des espaces de noms obsolètes. Pour plus d’informations, consultez Deprecated Types dans Windows Workflow Foundation 4.5.
La WorkflowRuntime classe crée un DefaultWorkflowCommitWorkBatchService objet lorsque le moteur d’exécution est démarré si aucun autre service WorkflowCommitWorkBatch n’a été ajouté.
Constructeurs
| Nom | Description |
|---|---|
| DefaultWorkflowCommitWorkBatchService() |
Obsolète.
Initialise une DefaultWorkflowCommitWorkBatchService classe. |
| DefaultWorkflowCommitWorkBatchService(NameValueCollection) |
Obsolète.
Initialise une classe SharedConnectionWorkflowCommitWorkBatchService à l’aide d’une collection de paramètres pour l’initialisation. |
Propriétés
| Nom | Description |
|---|---|
| EnableRetries |
Obsolète.
Obtient ou définit une valeur spécifiant si la DefaultWorkflowCommitWorkBatchService nouvelle tentative de validation d’un lot de travail est effectuée. |
| Runtime |
Obsolète.
Obtient le WorkflowRuntime service. (Hérité de WorkflowRuntimeService) |
| State |
Obsolète.
Obtient l’état du WorkflowRuntimeService. (Hérité de WorkflowRuntimeService) |
Méthodes
| Nom | Description |
|---|---|
| CommitWorkBatch(WorkflowCommitWorkBatchService+CommitWorkBatchCallback) |
Obsolète.
Crée un lot de travail s’il n’existe pas. |
| Equals(Object) |
Obsolète.
Détermine si l’objet spécifié est égal à l’objet actuel. (Hérité de Object) |
| GetHashCode() |
Obsolète.
Sert de fonction de hachage par défaut. (Hérité de Object) |
| GetType() |
Obsolète.
Obtient la Type de l’instance actuelle. (Hérité de Object) |
| MemberwiseClone() |
Obsolète.
Crée une copie superficielle du Objectactuel. (Hérité de Object) |
| OnStarted() |
Obsolète.
En cas de substitution dans une classe dérivée, représente la méthode qui sera 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 le runtime 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 change la State valeur Stopping. (Hérité de WorkflowRuntimeService) |
| ToString() |
Obsolète.
Retourne une chaîne qui représente l’objet actuel. (Hérité de Object) |