DOFConnectionConfigBuilderUnsecureTsetBridge Method OpenDOF Object Access Library
Set the bridge of the connection.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public virtual T setBridge(
	DOFOperationBridgeConfig bridge
)

Parameters

bridge
Type: org.opendof.core.oalDOFOperationBridgeConfig
The bridge for this connection.
null
means none (default).

Return Value

Type: T
The builder.
Remarks

Set the bridge of the connection.
See Also

Reference