AlertNotificationService
StockSharp.Alerts
Alert notification service.
Inherits: BaseLogReceiver
Implements: IAlertNotificationService, ILogSource, IDisposable, IDesktopPopupService
Constructors
AlertNotificationService
public AlertNotificationService(int maxQueue, string dumpDir, IAlertNotificationService externalProvider)
alertNotificationService = AlertNotificationService(maxQueue, dumpDir, externalProvider)
Initializes a new instance of the AlertNotificationService.
- maxQueue
- Max queue for process.
- dumpDir
- Temp files directory.
- externalProvider
- IAlertNotificationService that sends motification by email, sms, Telegram etc.
Methods
DisposeManaged
protected override void DisposeManaged()
alertNotificationService.DisposeManaged()
Release resources.