Search Results for

    Show / Hide Table of Contents

    Class Udp.CommandFailed

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

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

    Constructors

    | Edit this page View Source

    CommandFailed(Command)

    Creates a new CommandFailed event for the specified command.

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

    The command that failed.

    Properties

    | Edit this page View Source

    Cmd

    The command that failed.

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

    Methods

    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    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