Click or drag to resize
Akka.NETTcpCompoundWrite Class
A write command which aggregates two other write commands. Using this construct you can chain a number of TcpWrite and/or TcpWriteFile 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 Hierarchy

Namespace:  Akka.IO
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public class CompoundWrite : TcpWriteCommand, 
	IEnumerable<TcpSimpleWriteCommand>, IEnumerable

The TcpCompoundWrite type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
TBD
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepend(TcpSimpleWriteCommand)
TBD
(Inherited from TcpWriteCommand.)
Public methodPrepend(IEnumerableTcpWriteCommand)
TBD
(Inherited from TcpWriteCommand.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsInstanceOfT
TBD
(Defined by Extensions.)
Public Extension MethodConcatTcpSimpleWriteCommand
TBD
(Defined by Extensions.)
Public Extension MethodDropTcpSimpleWriteCommand
Scala alias for Skip
(Defined by Extensions.)
Public Extension MethodForEachTcpSimpleWriteCommand
Applies a delegate action to all elements of this enumerable.
(Defined by Extensions.)
Public Extension MethodGroupedTcpSimpleWriteCommand
Partitions elements in fixed size Credits to http://stackoverflow.com/a/13731854/465132
(Defined by EnumerableExtensions.)
Public Extension MethodHeadTcpSimpleWriteCommand
Scala alias for FirstOrDefault
(Defined by Extensions.)
Public Extension MethodIteratorTcpSimpleWriteCommand
TBD
(Defined by EnumeratorExtensions.)
Public Extension MethodMatchOverloaded.
Matches the specified target.
(Defined by PatternMatch.)
Public Extension MethodMatchTOverloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.)
Public Extension MethodShouldBeTcpSimpleWriteCommand
TBD
(Defined by AkkaSpecExtensions.)
Public Extension MethodShouldOnlyContainInOrderTcpSimpleWriteCommand
TBD
(Defined by AkkaSpecExtensions.)
Public Extension MethodTakeRightTcpSimpleWriteCommand
Selects last n elements.
(Defined by Extensions.)
Top
See Also