Class Tcp.SimpleWriteCommand
TBD
Implements
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public abstract class Tcp.SimpleWriteCommand : Tcp.WriteCommand, INoSerializationVerificationNeeded
Properties
| Edit this page View SourceAck
TBD
Declaration
public abstract Tcp.Event Ack { get; }
Property Value
Type | Description |
---|---|
Tcp.Event |
WantsAck
TBD
Declaration
public bool WantsAck { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
| Edit this page View SourceAppend(WriteCommand)
TBD
Declaration
public Tcp.CompoundWrite Append(Tcp.WriteCommand that)
Parameters
Type | Name | Description |
---|---|---|
Tcp.WriteCommand | that | TBD |
Returns
Type | Description |
---|---|
Tcp.CompoundWrite | TBD |