Show / Hide Table of Contents

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
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX