Class UdpExtensions
Extension methods for working with UDP in Akka.NET.
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public static class UdpExtensions
Methods
| Edit this page View SourceUdp(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. |