SenseNet.Messaging.NotificationService.Start C# (CSharp) Method

Start() public method

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