DOFOperationControlsetTargetConnection Method OpenDOF Object Access Library
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

Set the connection that the request must use. No other connections will be used for this request.
See Also

Reference