Search Results for

    Show / Hide Table of Contents

    Class UdpExt

    Implementation of the UDP IO extension for Akka.

    Inheritance
    object
    IOExtension
    UdpExt
    Implements
    IExtension
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.IO
    Assembly: Akka.dll
    Syntax
    public class UdpExt : IOExtension, IExtension

    Constructors

    | Edit this page View Source

    UdpExt(ExtendedActorSystem)

    Declaration
    public UdpExt(ExtendedActorSystem system)
    Parameters
    Type Name Description
    ExtendedActorSystem system
    | Edit this page View Source

    UdpExt(ExtendedActorSystem, UdpSettings)

    Declaration
    public UdpExt(ExtendedActorSystem system, UdpSettings settings)
    Parameters
    Type Name Description
    ExtendedActorSystem system
    UdpSettings settings

    Properties

    | Edit this page View Source

    Manager

    Gets the UDP manager actor reference.

    Declaration
    public override IActorRef Manager { get; }
    Property Value
    Type Description
    IActorRef
    Overrides
    IOExtension.Manager

    Implements

    IExtension

    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