Table of Contents

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 int

Max queue for process.

dumpDir string

Temp files directory.

externalProvider IAlertNotificationService

IAlertNotificationService that sends motification by email, sms, Telegram etc.

Methods

DisposeManaged()

Release resources.

protected override void DisposeManaged()