DOFConnectionremoveTrustedDomain Method OpenDOF Object Access Library
Remove the connection from the TRP router for the specified domain.

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

C#
public void removeTrustedDomain(
	DOFObjectIDDomain domainID
)

Parameters

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

Remove the connection from the TRP router for the specified domain.

It is not possible to remove a domain originally configured in the DOFConnection.Config.

See Also

Reference