DOFServerConfigBuilderSecurableTbuild Method OpenDOF Object Access Library
Build a configuration based on the current state of the builder.

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

C#
public virtual DOFServerConfig build()

Return Value

Type: DOFServerConfig
An immutable configuration based on the builder state.
Remarks

Build a configuration based on the current state of the builder.
See Also

Reference