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: DOFServerConfigBuilderASThe builder.
Remarks
See Also