Search Results for

    Show / Hide Table of Contents

    Class PgOutputReplicationMessage

    The base class of all Logical Replication Protocol Messages

    Inheritance
    Object
    ReplicationMessage
    PgOutputReplicationMessage
    CommitMessage
    OriginMessage
    StreamStopMessage
    TransactionalMessage
    TransactionControlMessage
    Inherited Members
    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 abstract class PgOutputReplicationMessage : ReplicationMessage
    Remarks

    See https://www.postgresql.org/docs/current/protocol-logicalrep-message-formats.html for details about the protocol.

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team