API Reference
Interface
INotificationSender
Defines notification sending behavior.
Remarks
Implementations can deliver messages through various channels such as webhooks or email.
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property BgpPrefixMonitor.Notifier
- Property DnsPropagationMonitor.Notifier
- Property MonitorScheduler.Notifier
- Method NotificationSenderFactory.CreateCustom
- Method NotificationSenderFactory.CreateEmail
- Method NotificationSenderFactory.CreateWebhook
- Property UptimeMonitor.Notifier
Methods
public abstract Task SendAsync(String message, CancellationToken ct = null) #Returns:
TaskSends a notification message.
Parameters
- message System.String
- ct System.Threading.CancellationToken = null