English | German |
ATL Pipeline Component Wizard | ATL-Pipelinekomponenten-Assistent (A Visual C++ wizard that uses ATL and additional templates to facilitate the development of pipeline components) |
BizTalk Server pipeline file | BizTalk Server-Pipelinedatei (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) |
Content Selection Pipeline | Inhaltsauswahlpipeline (The infrastructure that links together the stages and pipeline components necessary to gather, filter, score, and select content) |
Direct Mailer Pipeline | Direct Mailer-Pipeline (The infrastructure that processes a list of direct mail recipients. It links stages and pipeline components) |
event processing pipeline | Ereignisverarbeitungspipeline (The core component of the event processing engine. The pipeline describes the sequence in which events are handled and forwarded in an RFID business process) |
integrated pipeline | integrierte 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) |
non-transacted pipeline | nicht durchgeführte Pipeline (A pipeline that does not support COM+ transactions. MtsPipeline and PooledPipeline are the only objects that support non-transacted pipelines) |
order processing pipeline | Order Processing Pipeline (The software infrastructure that links several components and runs them in sequence) |
pipeline component | Pipelinekomponente (The Component Object Model (COM) server object that implements the required pipeline component interfaces) |
pipeline configuration file | Pipelinekonfigurationsdatei (A file containing the configuration data for a pipeline. The pipeline specified in the file is created and run by a pipeline object) |
pipeline configuration template | Pipelinekonfigurationsvorlage (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) |
Pipeline Designer | Pipeline-Designer (A graphical user-interface tool used to create and configure pipelines in BizTalk Server) |
Pipeline Editor | Pipeline-Editor (An application used to create and edit Commerce Server pipeline configuration (.pcf) files. The Pipeline Editor displays a pipeline as a pipe graphic, showing the stages of the pipeline as segments of the pipe. The components used in a stage appear as valves) |
pipeline mode | Pipelinemodus (An application pool setting that determines how to process requests that involve managed resources. The options are integrated mode or classic mode) |
pipeline object | Pipelineobjekt (An object that loads a pipeline configuration file and runs the pipeline components configured within it) |
pooled pipeline | Pipeline mit Poolingunterstützung (A pipeline object that takes advantage of COM+ object pooling to speed up pipeline loading and execution) |
sales pipeline | Verkaufspipeline (A potential sales transaction in process) |
send pipeline | Sendepipeline (A pipeline that is executed on messages before they are sent out of the BizTalk server) |
transacted pipeline | durchgeführte 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) |