Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Interface INotificationHandler

    Interface for a notification handler.

    Namespace: Innovt.Notification.Core
    Assembly: Innovt.Notification.Core.dll
    Syntax
    public interface INotificationHandler

    Methods

    | Edit this page View Source

    SendAsync(NotificationMessage, CancellationToken)

    Sends a notification message asynchronously.

    Declaration
    Task<dynamic> SendAsync(NotificationMessage message, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    NotificationMessage message

    The notification message to send.

    CancellationToken cancellationToken

    The cancellation token.

    Returns
    Type Description
    Task<dynamic>

    A task representing the asynchronous operation and returning a dynamic result.

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX