Set the connection that the request must use.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public void setTargetConnection( DOFConnection connection )
Parameters
- connection
- Type: org.opendof.core.oalDOFConnection
The target connection for requests. If null, this operation will use the normal routing logic (no target connection will apply).
Remarks
See Also