SenseNet.Messaging.NotificationService.Start C# (CSharp) 메소드

Start() 공개 메소드

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