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
-
IPersistable
- 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
maxQueue
intMax queue for process.
dumpDir
stringTemp files directory.
externalProvider
IAlertNotificationServiceIAlertNotificationService that sends motification by email, sms, Telegram etc.
Methods
DisposeManaged()
Release resources.
protected override void DisposeManaged()