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 DOFSystemConfigBuilderSecure setTunnelDomains( bool isTunnelDomains )
Parameters
- isTunnelDomains
- Type: SystemBoolean
True if the system should see tunneled operations. The default is false.
Return Value
Type: DOFSystemConfigBuilderSecureThe builder.
Remarks
See Also