Search Results for

    Show / Hide Table of Contents

    Class UdpConnectedExt

    Implementation of the UdpConnected IO extension for Akka.

    Inheritance
    object
    IOExtension
    UdpConnectedExt
    Implements
    IExtension
    INoSerializationVerificationNeeded
    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 UdpConnectedExt : IOExtension, IExtension, INoSerializationVerificationNeeded

    Constructors

    | Edit this page View Source

    UdpConnectedExt(ExtendedActorSystem)

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

    UdpConnectedExt(ExtendedActorSystem, UdpSettings)

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

    Properties

    | Edit this page View Source

    Manager

    Gets the UdpConnected manager actor reference.

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

    Implements

    IExtension
    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