Search Results for

    Show / Hide Table of Contents

    Class Tcp.CompoundWrite

    A write command which aggregates two other write commands. Using this construct you can chain a number of Tcp.Write commands together in a way that allows them to be handled as a single write which gets written out to the network as quickly as possible. If the sub commands contain ack requests they will be honored as soon as the respective write has been written completely.

    Inheritance
    object
    Tcp.Message
    Tcp.Command
    Tcp.WriteCommand
    Tcp.CompoundWrite
    Implements
    INoSerializationVerificationNeeded
    IEnumerable<Tcp.SimpleWriteCommand>
    IEnumerable
    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.ReferenceEquals(object, object)
    Namespace: Akka.IO
    Assembly: Akka.dll
    Syntax
    public sealed class Tcp.CompoundWrite : Tcp.WriteCommand, INoSerializationVerificationNeeded, IEnumerable<Tcp.SimpleWriteCommand>, IEnumerable

    Constructors

    | Edit this page View Source

    CompoundWrite(SimpleWriteCommand, WriteCommand)

    Declaration
    public CompoundWrite(Tcp.SimpleWriteCommand head, Tcp.WriteCommand tailCommand)
    Parameters
    Type Name Description
    Tcp.SimpleWriteCommand head
    Tcp.WriteCommand tailCommand

    Properties

    | Edit this page View Source

    Head

    Declaration
    public Tcp.SimpleWriteCommand Head { get; }
    Property Value
    Type Description
    Tcp.SimpleWriteCommand
    | Edit this page View Source

    TailCommand

    Declaration
    public Tcp.WriteCommand TailCommand { get; }
    Property Value
    Type Description
    Tcp.WriteCommand

    Methods

    | Edit this page View Source

    GetEnumerator()

    Declaration
    public IEnumerator<Tcp.SimpleWriteCommand> GetEnumerator()
    Returns
    Type Description
    IEnumerator<Tcp.SimpleWriteCommand>
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Implements

    INoSerializationVerificationNeeded
    IEnumerable<T>
    IEnumerable

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    EnumerableExtensions.Grouped<T>(IEnumerable<T>, int)
    Extensions.Concat<T>(IEnumerable<T>?, T)
    Extensions.Drop<T>(IEnumerable<T>, int)
    Extensions.ForEach<T>(IEnumerable<T>, Action<T>)
    Extensions.Head<T>(IEnumerable<T>)
    Extensions.TakeRight<T>(IEnumerable<T>, int)
    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