Class StreamAbortMessage
- Namespace
- Npgsql.Replication.PgOutput.Messages
- Assembly
- Npgsql.dll
Logical Replication Protocol stream abort message
public sealed class StreamAbortMessage : TransactionControlMessage
- Inheritance
-
StreamAbortMessage
- Inherited Members
Properties
SubtransactionXid
Xid of the subtransaction (will be same as xid of the transaction for top-level transactions).
public uint SubtransactionXid { get; }