Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

IOptionHandler.ActivateOptions�Method�

Activate the options that were previously set with calls to properties.

[Visual�Basic]
Sub�ActivateOptions()
[C#]
void�ActivateOptions();

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 this method must be called after its properties have been set before the component can be used.

See Also

IOptionHandler Interface | log4net.Core Namespace