Class UdpConnected.Command
The common type of all commands supported by the UDP implementation.
Inheritance
UdpConnected.Command
Implements
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public abstract class UdpConnected.Command : UdpConnected.Message, INoSerializationVerificationNeeded
Constructors
| Edit this page View SourceCommand()
Initializes a new instance of the Command class with a default failure message.
Declaration
protected Command()
Properties
| Edit this page View SourceFailureMessage
Gets a failure message representation of this command.
Declaration
public object FailureMessage { get; }
Property Value
Type | Description |
---|---|
object |