Class Udp.CommandFailed
When a command fails it will be replied to with this message type, wrapping the failing command object.
Implements
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public sealed class CommandFailed : Udp.Event, INoSerializationVerificationNeeded
Constructors
| Improve this Doc View SourceCommandFailed(Udp.Command)
TBD
Declaration
public CommandFailed(Udp.Command cmd)
Parameters
Type | Name | Description |
---|---|---|
Udp.Command | cmd | TBD |
Properties
| Improve this Doc View SourceCmd
TBD
Declaration
public Udp.Command Cmd { get; }
Property Value
Type | Description |
---|---|
Udp.Command |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |