IWorkBatch Interface
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.*
Fournit les méthodes pour ajouter des tâches à un travail en traitement par lots.
public interface class IWorkBatch
public interface IWorkBatch
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public interface IWorkBatch
type IWorkBatch = interface
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type IWorkBatch = interface
Public Interface IWorkBatch
- 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.
Les services utilisent cette interface pour ajouter le travail en attente au WorkBatch.
Méthodes
Add(IPendingWork, Object) |
Ajoute un élément de travail en attente à un travail en traitement par lots. |