IDesktopPopupService
StockSharp.Alerts
Servicio de notificación de popup de escritorio.
Implementa: ILogSource, IDisposable
Métodos
NotifyAsync
public ValueTask<bool> NotifyAsync(DateTime time, string caption, string message, string iconKey, CancellationToken cancellationToken)
result = iDesktopPopupService.NotifyAsync(time, caption, message, iconKey, cancellationToken)
Mostrar popup de escritorio.
- time
- Tiempo.
- caption
- Cabeza de señal.
- message
- Alerta de texto.
- iconKey
- Icono para mostrar con notificación.
- cancellationToken
- CancellationToken.
Devuelve: ValueTaskTaskresultado es cierto si el usuario ha hecho clic en la notificación.