IDesktopPopupService

StockSharp.Alerts

Desktop popup notification service.

Реализует: ILogSource, IDisposable

Методы

NotifyAsync(DateTime, string, string, string, CancellationToken) : ValueTask<bool>

Show desktop popup.

time
Time.
caption
Signal header.
message
Alert text.
iconKey
Icon to show with notification.
cancellationToken
CancellationToken.

Возвращает: ValueTaskTask result is true if user has clicked the notification.