OpenDOF Project
boolean DOFOperationControl_SetTargetConnection ( DOFOperationControl  self,
DOFConnection  connection 
)

Set the target connection to use for the operation.

The operation will only go to the specified connection (all other connections will be ignored). If a request is sourced in a security scope that is incompatible with the security scope of the connection, the request will not be sent. Set the target connection this DOFOperationControl will use.

Parameters
selfThe operationControl. This must not be NULL.
connectionThe target connection to use. If NULL, this operation will use the normal routing logic for the operation (no target connection will apply).
Returns
TRUE if the target connection was set, FALSE otherwise.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22