DOFConnectionaddTrustedDomain Method OpenDOF Object Access Library
Dynamically add in a configured TRP route without credentials.

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

C#
public void addTrustedDomain(
	DOFObjectIDDomain domainID
)

Parameters

domainID
Type: org.opendof.core.oalDOFObjectIDDomain
The domain identifier for the domain to use for routing purposes. Must not be null.
Remarks

Dynamically add in a configured TRP route without credentials. This call adds the connection into the TRP router without validation.

This should only be called if connection is connected; it will fail otherwise.

See Also

Reference