Click or drag to resize
Akka.NETActorSystemWithExtensions Class
This class contains extension methods used for resolving ActorSystem extensions.
Inheritance Hierarchy
SystemObject
  Akka.ActorActorSystemWithExtensions

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static class ActorSystemWithExtensions
Methods
  NameDescription
Public methodStatic memberWithExtensionT(ActorSystem)
Retrieves the extension specified by a given type, T, from a given actor system.
Public methodStatic memberWithExtensionT(ActorSystem, Type)
Retrieves the extension specified by a given type, T, from a given actor system. If the extension does not exist within the actor system, then the extension specified by extensionId is registered to the actor system.
Public methodStatic memberWithExtensionT, TI(ActorSystem)
Retrieves the extension specified by a given type, T, from a given actor system. If the extension does not exist within the actor system, then the extension specified by TI is registered to the actor system.
Top
See Also