Search Results for

    Show / Hide Table of Contents

    Class StreamAbortMessage

    Logical Replication Protocol stream abort message

    Inheritance
    object
    ReplicationMessage
    PgOutputReplicationMessage
    TransactionControlMessage
    StreamAbortMessage
    Inherited Members
    TransactionControlMessage.TransactionXid
    PgOutputReplicationMessage.ToString()
    ReplicationMessage.WalStart
    ReplicationMessage.WalEnd
    ReplicationMessage.ServerClock
    Namespace: Npgsql.Replication.PgOutput.Messages
    Assembly: Npgsql.dll
    Syntax
    public sealed class StreamAbortMessage : TransactionControlMessage

    Properties

    | Improve this Doc View Source

    SubtransactionXid

    Xid of the subtransaction (will be same as xid of the transaction for top-level transactions).

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