IDesktopPopupService
StockSharp.Alerts
デスクトップのポップアップ通知サービス。
実装: ILogSource, IDisposable
メソッド
NotifyAsync
public ValueTask<bool> NotifyAsync(DateTime time, string caption, string message, string iconKey, CancellationToken cancellationToken)
result = iDesktopPopupService.NotifyAsync(time, caption, message, iconKey, cancellationToken)
デスクトップのポップアップを表示します。
- time
- タイム。
- caption
- 信号ヘッダー。
- message
- アラートテキスト。
- iconKey
- 通知で表示するアイコン。
- cancellationToken
- 代表取締役社長 佐藤 浩
戻り値: ユーザが通知をクリックした場合には、ValueTaskTask 結果が真になります。