Domain Detective

API Reference

Interface

INotificationSender

Namespace DomainDetective.Monitoring
Assembly DomainDetective
Modifiers abstract

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.

Methods

public abstract Task SendAsync(String message, CancellationToken ct = null) #
Returns: Task

Sends a notification message.

Parameters

message System.String requiredposition: 0
ct System.Threading.CancellationToken = null optionalposition: 1
{{ include "footer" }}