dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlAlerterAlertEventArgs Class / ProcessId Property

In This Topic
    ProcessId Property (PgSqlAlerterAlertEventArgs)
    In This Topic
    Gets the ID of the notifying back-end process.
    Syntax
    'Declaration
     
    Public ReadOnly Property ProcessId As Integer
    public int ProcessId {get;}

    Property Value

    The ID of the notifying back-end process.
    See Also