Search Results for

    Show / Hide Table of Contents

    Class UdpExtensions

    Extension methods for working with UDP in Akka.NET.

    Inheritance
    object
    UdpExtensions
    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 static class UdpExtensions

    Methods

    | Edit this page View Source

    Udp(ActorSystem)

    Gets the UDP manager actor reference for the specified actor system.

    Declaration
    public static IActorRef Udp(this ActorSystem system)
    Parameters
    Type Name Description
    ActorSystem system

    The actor system to get the UDP manager for.

    Returns
    Type Description
    IActorRef

    The actor reference to the UDP manager.

    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