Class NpgsqlNotificationEventArgs
EventArgs class to send Notification parameters.
Inheritance
System.Object
NpgsqlNotificationEventArgs
Namespace: Npgsql
Assembly: Npgsql.dll
Syntax
public sealed class NpgsqlNotificationEventArgs : EventArgs
Properties
AdditionalInformation
Additional information.
Declaration
public string AdditionalInformation { get; }
Property Value
Type | Description |
---|---|
System.String |
Condition
Condition that triggered that notification.
Declaration
public string Condition { get; }
Property Value
Type | Description |
---|---|
System.String |
PID
Process ID of the PostgreSQL backend that sent this notification.
Declaration
public int PID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |