AsgSearch.web.App_Start.UnityWebActivator.Shutdown C# (CSharp) Method

Shutdown() public static method

Disposes the Unity container when the application is shut down.
public static Shutdown ( ) : void
return void
        public static void Shutdown()
        {
            var container = UnityConfig.GetConfiguredContainer();
            container.Dispose();
        }
UnityWebActivator