Search Results for

    Show / Hide Table of Contents

    Class Tcp.SimpleWriteCommand

    A non-compounded write

    Inheritance
    object
    Tcp.Message
    Tcp.Command
    Tcp.WriteCommand
    Tcp.SimpleWriteCommand
    Tcp.Write
    Implements
    INoSerializationVerificationNeeded
    Inherited Members
    Tcp.WriteCommand.Prepend(Tcp.SimpleWriteCommand)
    Tcp.WriteCommand.Prepend(IEnumerable<Tcp.WriteCommand>)
    Tcp.WriteCommand.Create(IEnumerable<Tcp.WriteCommand>)
    Tcp.WriteCommand.Create(params Tcp.WriteCommand[])
    Tcp.Command.FailureMessage
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.IO
    Assembly: Akka.dll
    Syntax
    public abstract class Tcp.SimpleWriteCommand : Tcp.WriteCommand, INoSerializationVerificationNeeded

    Properties

    | Edit this page View Source

    Ack

    An optional acknowledgment event which will be sent to the sender of this command

    Declaration
    public abstract Tcp.Event Ack { get; }
    Property Value
    Type Description
    Tcp.Event
    | Edit this page View Source

    WantsAck

    Indicates whether this message needs to be ACK'd to the handler.

    Declaration
    public bool WantsAck { get; }
    Property Value
    Type Description
    bool

    Methods

    | Edit this page View Source

    Append(WriteCommand)

    Appends a write after this one.

    Declaration
    public Tcp.CompoundWrite Append(Tcp.WriteCommand that)
    Parameters
    Type Name Description
    Tcp.WriteCommand that

    The next write to append.

    Returns
    Type Description
    Tcp.CompoundWrite

    A compound write of non-contiguous memory.

    Implements

    INoSerializationVerificationNeeded

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET