IDesktopPopupService
StockSharp.Alerts
Desktop popup notification service.
Implementiert: ILogSource, IDisposable
Methoden
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.
Rückgabe: ValueTaskTask result is true if user has clicked the notification.