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
System.Object sender

The source of the event.

NpgsqlNotificationEventArgs e

A NpgsqlNotificationEventArgs that contains the notification payload.

Back to top Generated by DocFX