AsgSearch.web.App_Start.UnityWebActivator.Shutdown C# (CSharp) 메소드

Shutdown() 공개 정적인 메소드

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