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