SenseNet.ContentRepository.Storage.Schema.NodeTypeManager.Restart C# (CSharp) Méthode

Restart() static private méthode

Distributes a NodeTypeManager restart (calls the NodeTypeManager.RestartPrivate()).
static private Restart ( ) : void
Résultat void
        internal static void Restart()
        {
            Logger.WriteInformation("NodeTypeManager.Restart called.", Logger.Categories(), 
                new Dictionary<string, object> { { "AppDomain", AppDomain.CurrentDomain.FriendlyName } });
            new NodeTypeManagerRestartDistributedAction().Execute();
        }