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
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Npgsql.Replication.PgOutput.Messages
    Assembly: Npgsql.dll
    Syntax
    public sealed class StreamAbortMessage : TransactionControlMessage

    Properties

    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
    UInt32
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team