SenseNet.ContentRepository.Repository.Shutdown C# (CSharp) 메소드

Shutdown() 공개 정적인 메소드

Stops all internal services of the Repository.
public static Shutdown ( ) : void
리턴 void
        public static void Shutdown()
        {
            RepositoryInstance.Shutdown();
        }