French | English |
Assistant Composant de pipeline ATL | ATL Pipeline Component Wizard (A Visual C++ wizard that uses ATL and additional templates to facilitate the development of pipeline components) |
composant de pipeline | pipeline component (The Component Object Model (COM) server object that implements the required pipeline component interfaces) |
Concepteur de pipeline | Pipeline Designer (A graphical user-interface tool used to create and configure pipelines in BizTalk Server) |
fichier de configuration de pipeline | pipeline configuration file (A file containing the configuration data for a pipeline. The pipeline specified in the file is created and run by a pipeline object) |
fichier de pipeline BizTalk Server | BizTalk Server pipeline file A file that describes the configuration of the pipeline and the components within it. This file type can be compiled as part of a BizTalk project (.btp) |
mode pipeline | pipeline mode (An application pool setting that determines how to process requests that involve managed resources. The options are integrated mode or classic mode) |
modèle de configuration de pipeline | pipeline configuration template (The template file used to create new pipelines. The pipelines created using a pipeline configuration template are saved as pipeline configuration (.pct) files. The templates serve as the basis for creating custom pipelines. Stages and components can be added, deleted, or renamed in any template) |
objet de pipeline | pipeline object (An object that loads a pipeline configuration file and runs the pipeline components configured within it) |
pipeline de sélection de contenu | Content Selection Pipeline (The infrastructure that links together the stages and pipeline components necessary to gather, filter, score, and select content) |
pipeline de traitement des commandes | order processing pipeline (The software infrastructure that links several components and runs them in sequence) |
pipeline d'envoi | send pipeline (A pipeline that is executed on messages before they are sent out of the BizTalk server) |
pipeline du service de publipostage | Direct Mailer Pipeline (The infrastructure that processes a list of direct mail recipients. It links stages and pipeline components) |
pipeline intégré | integrated pipeline (A unified request processing pipeline that is running in Integrated mode. In the integrated pipeline, custom modules and handlers in a Web application can be configured to subscribe to notifications for all requests to the application, not just requests for ASP.NET-specific resources) |
pipeline mis en pool | pooled pipeline (A pipeline object that takes advantage of COM+ object pooling to speed up pipeline loading and execution) |
pipeline non traité | non-transacted pipeline (A pipeline that does not support COM+ transactions. MtsPipeline and PooledPipeline are the only objects that support non-transacted pipelines) |
pipeline traité | transacted pipeline (A pipeline that supports COM+ transactions. MtsTxPipeline and PooledTxPipeline are the only objects that support transactions. If any component in a transacted pipeline fails, the work of the preceding components in the pipeline is undone and the object ends the transaction) |