OpenDOF Project
DOFServerConfig DOFServerConfigBuilder_BuildAndDestroy ( DOFServerConfigBuilder  self)

Builds an immutable DOFServerConfig from this DOFServerConfigBuilder instance, then destroy this DOFServerConfigBuilder instance.

This is equivalent to calling DOFServerConfigBuilder_Build(self) immediately followed by DOFServerConfigBuilder_Destroy(self).

Resource Management:
This function allocates resources that must later be freed by calling DOFServerConfig_Destroy.
Parameters
selfThe Server Config Builder. This should not be NULL.
Returns
An immutable DOFServerConfig.
Exceptions
NULLis returned if the DOFServerConfig cannot be created, or an invalid parameter was detected. Regardless, the DOFServerConfigBuilder, if not NULL, is destroyed.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22