Class UdpConnected.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 : UdpConnected.Event, INoSerializationVerificationNeeded
Constructors
| Improve this Doc View SourceCommandFailed(UdpConnected.Command)
TBD
Declaration
public CommandFailed(UdpConnected.Command cmd)
Parameters
Type | Name | Description |
---|---|---|
UdpConnected.Command | cmd | TBD |
Properties
| Improve this Doc View SourceCmd
TBD
Declaration
public UdpConnected.Command Cmd { get; }
Property Value
Type | Description |
---|---|
UdpConnected.Command |