CSSEAIIntObjOut
This object represents an output integration object, open for writing, that is contained in the integration message. It provides CreatePrimaryIntComp and NewInstance methods as an interface to the output integration object.
CreatePrimaryIntComp() Method
This method creates a new primary integration component. The following information presents the parameter for this method.
Syntax
CreatePrimaryIntComp(name)
Parameter | Description |
---|---|
name |
Assigned as the name of the Primary Integration Component. |
Returns
CSSEAIPrimaryIntCompOut Primary Integration Component, open for output
Usage
Use the Exists method to test for existence of the integration object instance, then create a new integration object instance and set it as the active instance, using the NewInstance method. You must perform these tasks before calling the CreatePrimaryIntComp() method.
NewInstance() Method
This method creates a new instance of an integration object and makes it the active instance.
Syntax
NewInstance()
Returns
Not applicable