Search Results for

    Show / Hide Table of Contents

    Class Tcp.WriteCommand

    All write commands inherit from this class.

    Inheritance
    object
    Tcp.Message
    Tcp.Command
    Tcp.WriteCommand
    Tcp.CompoundWrite
    Tcp.SimpleWriteCommand
    Implements
    INoSerializationVerificationNeeded
    Inherited Members
    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.WriteCommand : Tcp.Command, INoSerializationVerificationNeeded

    Methods

    | Edit this page View Source

    Create(params WriteCommand[])

    Declaration
    public static Tcp.WriteCommand Create(params Tcp.WriteCommand[] writes)
    Parameters
    Type Name Description
    WriteCommand[] writes
    Returns
    Type Description
    Tcp.WriteCommand
    | Edit this page View Source

    Create(IEnumerable<WriteCommand>)

    Declaration
    public static Tcp.WriteCommand Create(IEnumerable<Tcp.WriteCommand> writes)
    Parameters
    Type Name Description
    IEnumerable<Tcp.WriteCommand> writes
    Returns
    Type Description
    Tcp.WriteCommand
    | Edit this page View Source

    Prepend(SimpleWriteCommand)

    Prepend another write before this one.

    Declaration
    public Tcp.CompoundWrite Prepend(Tcp.SimpleWriteCommand other)
    Parameters
    Type Name Description
    Tcp.SimpleWriteCommand other

    The other write to prepend

    Returns
    Type Description
    Tcp.CompoundWrite

    A compound write consisting of multiple byte buffers of non-contiguous memory

    | Edit this page View Source

    Prepend(IEnumerable<WriteCommand>)

    Prepend a group of writes before this one.

    Declaration
    public Tcp.WriteCommand Prepend(IEnumerable<Tcp.WriteCommand> writes)
    Parameters
    Type Name Description
    IEnumerable<Tcp.WriteCommand> writes

    The set of writes that will preceed this one.

    Returns
    Type Description
    Tcp.WriteCommand

    A compound write consisting of multiple byte buffers 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