SenseNet.ContentRepository.Repository.Shutdown C# (CSharp) Method

Shutdown() public static method

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