Search Results for

    Show / Hide Table of Contents

    Class UdpConnected.CommandFailed

    When a command fails it will be replied to with this message type, wrapping the failing command object.

    Inheritance
    object
    UdpConnected.Message
    UdpConnected.Event
    UdpConnected.CommandFailed
    Implements
    INoSerializationVerificationNeeded
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.IO
    Assembly: Akka.dll
    Syntax
    public sealed class UdpConnected.CommandFailed : UdpConnected.Event, INoSerializationVerificationNeeded

    Constructors

    | Edit this page View Source

    CommandFailed(Command)

    Creates a new CommandFailed event for the specified command.

    Declaration
    public CommandFailed(UdpConnected.Command cmd)
    Parameters
    Type Name Description
    UdpConnected.Command cmd

    The command that failed.

    Properties

    | Edit this page View Source

    Cmd

    The command that failed.

    Declaration
    public UdpConnected.Command Cmd { get; }
    Property Value
    Type Description
    UdpConnected.Command

    Implements

    INoSerializationVerificationNeeded

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET