DOFSystemConfigBuildersetTunnelDomains Method OpenDOF Object Access Library
Set whether the system is allowed to see tunneled operations.

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

C#
public DOFSystemConfigBuilder setTunnelDomains(
	bool isTunnelDomains
)

Parameters

isTunnelDomains
Type: SystemBoolean
True if the system should see tunneled operations. The default is false.

Return Value

Type: DOFSystemConfigBuilder
The builder.
Remarks

Set whether the system is allowed to see tunneled operations. If true, the system will see operations in any tunneled domain it has tunnel permissions in.
See Also

Reference