Class Tcp.WriteCommand
TBD
Inheritance
Tcp.WriteCommand
Implements
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public abstract class WriteCommand : Tcp.Command, INoSerializationVerificationNeeded
Methods
| Improve this Doc View SourceCreate(Tcp.WriteCommand[])
TBD
Declaration
public static Tcp.WriteCommand Create(params Tcp.WriteCommand[] writes)
Parameters
Type | Name | Description |
---|---|---|
Tcp.WriteCommand[] | writes | TBD |
Returns
Type | Description |
---|---|
Tcp.WriteCommand | TBD |
Create(IEnumerable<Tcp.WriteCommand>)
TBD
Declaration
public static Tcp.WriteCommand Create(IEnumerable<Tcp.WriteCommand> writes)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Tcp.WriteCommand> | writes | TBD |
Returns
Type | Description |
---|---|
Tcp.WriteCommand | TBD |
Prepend(Tcp.SimpleWriteCommand)
TBD
Declaration
public Tcp.CompoundWrite Prepend(Tcp.SimpleWriteCommand other)
Parameters
Type | Name | Description |
---|---|---|
Tcp.SimpleWriteCommand | other | TBD |
Returns
Type | Description |
---|---|
Tcp.CompoundWrite | TBD |
Prepend(IEnumerable<Tcp.WriteCommand>)
TBD
Declaration
public Tcp.WriteCommand Prepend(IEnumerable<Tcp.WriteCommand> writes)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Tcp.WriteCommand> | writes | TBD |
Returns
Type | Description |
---|---|
Tcp.WriteCommand | TBD |