Exemple #1
0
 /// <summary>
 ///     Invokes the <see cref="IModuleBootstraper.OnUnLoad"/> method from each of the loaded modules.
 /// </summary>
 /// <remarks>
 ///     This method will attempt to execute this method on <c>all</c> loaded modules from IoC container.
 ///     Thus, in current Nomad implementation, only forwarding to <see cref="MarshalByRefObject"/> - <see cref="IModuleLoader"/> class is done.
 /// </remarks>
 public void InvokeUnloadCallback()
 {
     _moduleLoader.InvokeUnload();
 }