connectionPID attribute
Specifies the ID of the parameter that holds the number of the connection to use.
Content Type
unsignedInt
Parent
Remarks
Note
The parameter that is referred to by this attribute must have Interprete/Type set to "string".
Via this attribute, it is possible to dynamically select an HTTP connection by referring to the connection by means of a parameter ID. This way it is possible to switch connection at run time.
In the following example, parameter 2 contains the ID of the connection that needs to be used. Depending on the value, HTTP session 1 will be executed via that specific connection:
<Group id="1" connectionPID="2">
<Content>
<Session>1</Session>
</Content>
</Group>