DOFConnectionremoveDomain Method OpenDOF Object Access Library
Dynamically remove the connection from the TRP route associated with the credentials.

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

C#
public void removeDomain(
	DOFDomainConfig domainConfigs
)

Parameters

domainConfigs
Type: org.opendof.core.oalDOFDomainConfig
The credentials to use.
Remarks

Dynamically remove the connection from the TRP route associated with the credentials.

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

See Also

Reference