DOFConnectionConfigBuilderASsetDomains Method (DOFDomainConfig)OpenDOF Object Access Library
Set the collection of static domains.

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

C#
public DOFConnectionConfigBuilderAS setDomains(
	params DOFDomainConfig[] domainConfigs
)

Parameters

domainConfigs
Type: org.opendof.core.oalDOFDomainConfig
The domains. Must not be null. Must not contain nulls.

Return Value

Type: DOFConnectionConfigBuilderAS
The builder.
Remarks

Set the collection of static domains. Overwrites any previously trusted domains. See addDomains(Config[]) .

If these static routes fail to refresh, then the connection closes.

See Also

Reference