Search Results for

    Show / Hide Table of Contents

    Delegate NotificationEventHandler

    Represents a method that handles the Notification event.

    Namespace: Npgsql
    Assembly: Npgsql.dll
    Syntax
    public delegate void NotificationEventHandler(object sender, NpgsqlNotificationEventArgs e);
    Parameters
    Type Name Description
    Object sender

    The source of the event.

    NpgsqlNotificationEventArgs e

    A NpgsqlNotificationEventArgs that contains the notification payload.

    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team