IServerConfiguration.

AddConfigurationItem(IServerConfigurationItem) Method

Summary

adds ConfigurationItems to be applied when an ObjectServer is opened.

Syntax

void AddConfigurationItem(IServerConfigurationItem configItem)

Remarks

adds ConfigurationItems to be applied when an ObjectServer is opened.

Parameters

Name Type Description
configItem IServerConfigurationItem the Db4objects.Db4o.CS.Config.IServerConfigurationItem

Return Value

Type Description
void