Class AlertNotificationService
- Namespace
- StockSharp.Alerts
- Assembly
- StockSharp.Alerts.dll
Alert notification service.
public class AlertNotificationService : BaseLogReceiver, IPersistable, ILogReceiver, IAlertNotificationService, IDesktopPopupService, ILogSource, IDisposable- Inheritance
- 
      
      
      
      
      AlertNotificationService
- Implements
- Inherited Members
- Extension Methods
Constructors
AlertNotificationService(int, string, IAlertNotificationService)
Initializes a new instance of the AlertNotificationService.
public AlertNotificationService(int maxQueue, string dumpDir, IAlertNotificationService externalProvider)Parameters
- maxQueueint
- Max queue for process. 
- dumpDirstring
- Temp files directory. 
- externalProviderIAlertNotificationService
- IAlertNotificationService that sends motification by email, sms, Telegram etc. 
Methods
DisposeManaged()
Release resources.
protected override void DisposeManaged()