Class Tcp.SimpleWriteCommand
A non-compounded write
Implements
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public abstract class Tcp.SimpleWriteCommand : Tcp.WriteCommand, INoSerializationVerificationNeeded
Properties
| Edit this page View SourceAck
An optional acknowledgment event which will be sent to the sender of this command
Declaration
public abstract Tcp.Event Ack { get; }
Property Value
Type | Description |
---|---|
Tcp.Event |
WantsAck
Indicates whether this message needs to be ACK'd to the handler.
Declaration
public bool WantsAck { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
| Edit this page View SourceAppend(WriteCommand)
Appends a write after this one.
Declaration
public Tcp.CompoundWrite Append(Tcp.WriteCommand that)
Parameters
Type | Name | Description |
---|---|---|
Tcp.WriteCommand | that | The next write to append. |
Returns
Type | Description |
---|---|
Tcp.CompoundWrite | A compound write of non-contiguous memory. |