Show / Hide Table of Contents

Class NpgsqlNotificationEventArgs

EventArgs class to send Notification parameters.

Inheritance
System.Object
System.EventArgs
NpgsqlNotificationEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
Back to top Generated by DocFX