DOFServerConfigBuilderASsetServerType Method OpenDOF Object Access Library
Set this server's type.

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

C#
public DOFServerConfigBuilderAS setServerType(
	DOFServerType type
)

Parameters

type
Type: org.opendof.core.oalDOFServerType
The server type. This must not be null.

Return Value

Type: DOFServerConfigBuilderAS
The builder.
Remarks

Set this server's type.
See Also

Reference