Search Results for

    Show / Hide Table of Contents

    Class TransactionControlMessage

    The common base class for all replication messages that set the transaction xid of a transaction

    Inheritance
    object
    ReplicationMessage
    PgOutputReplicationMessage
    TransactionControlMessage
    BeginMessage
    PreparedTransactionControlMessage
    StreamAbortMessage
    StreamCommitMessage
    StreamStartMessage
    Inherited Members
    PgOutputReplicationMessage.ToString()
    ReplicationMessage.WalStart
    ReplicationMessage.WalEnd
    ReplicationMessage.ServerClock
    Namespace: Npgsql.Replication.PgOutput.Messages
    Assembly: Npgsql.dll
    Syntax
    public abstract class TransactionControlMessage : PgOutputReplicationMessage

    Properties

    | Improve this Doc View Source

    TransactionXid

    Xid of the transaction.

    Declaration
    public uint TransactionXid { get; }
    Property Value
    Type Description
    uint
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team