SenseNet.Messaging.NotificationService.Start C# (CSharp) Méthode

Start() public méthode

Starts the service if it is enabled in the configuration.
public Start ( ) : bool
Résultat bool
        public bool Start()
        {
            return NotificationHandler.StartNotificationSystem();
        }
    }
NotificationService