PipeToPipeTransfer

The PipeToPipeTransfer component initializes and executes a remote pipeline to receive the Transport Dictionary from the current pipeline. Control then returns to the initial pipeline.

Example

Suppose that you want to pass an OrderForm from an OPP to a CIP, so that the Transport Dictionary that is passed through the CIP will have an Object name/value pair that references the OrderForm.

To do this, you would select Root Object as the Calling Pipeline Object (indicating that the entire OrderForm is to be transferred), Child Object as the Receiving Pipeline Object (indicating that the OrderForm will be the child of the object to which it is transferred. Next, you would type Object into the into the Child Object textbox, and select Dictionary as the Child’s Parent Data Type.

This combination of options results in the creation of a Dictionary with an Object name/value pair. This name/value pair references the OrderForm.


© 1997-1998 Microsoft Corporation. All rights reserved.