Assembly: EPiServer.Framework.Initialization (in EPiServer.Framework.dll) Version: 7.0.859.1
Called when initialization is complete to raise the InitComplete event.
C# |
---|
public void OnInitComplete() |
The invocation of the InitComplete event is a bit special. In order to support the same kind of "retry on exception" sematics as for the Initialize(InitializationEngine) method, we simply remove the delegate from the event handler once it has executed successfully (i e without throwing an exception).