IOptionHandler InterfaceApache log4net™ SDK Documentation
Interface used to delay activate a configured object.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public interface IOptionHandler
Remarks

This allows an object to defer activation of its options until all options have been set. This is required for components which have related options that remain ambiguous until all are set.

If a component implements this interface then the ActivateOptions  method must be called by the container after its all the configured properties have been set and before the component can be used.

See Also