IServerConfigurationItem Interface

Summary

Implement this interface for configuration items that encapsulate a batch of configuration settings or that need to be applied to ObjectServers after they are opened.
graph BT Type["IServerConfigurationItem"] class Type type-node

Syntax

public interface IServerConfigurationItem

Remarks

Implement this interface for configuration items that encapsulate a batch of configuration settings or that need to be applied to ObjectServers after they are opened.

Methods

Name Value Summary
Apply(IObjectServer) void
Gives a chance for the item to configure the just opened ObjectContainer.
Prepare(IServerConfiguration) void
Gives a chance for the item to augment the configuration.