Interface IDesktopPopupService
- Namespace
- StockSharp.Alerts
- Assembly
- StockSharp.Alerts.Interfaces.dll
Desktop popup notification service.
public interface IDesktopPopupService : ILogSource, IDisposable
- Inherited Members
- Extension Methods
Methods
NotifyAsync(string, string, string, CancellationToken)
Show desktop popup.
ValueTask<bool> NotifyAsync(string caption, string message, string iconKey, CancellationToken cancellationToken)
Parameters
caption
stringSignal header.
message
stringAlert text.
iconKey
stringIcon to show with notification.
cancellationToken
CancellationToken