Click or drag to resize
Akka.NETActorSystemWithExtensionsWithExtension Method
Overload List
  NameDescription
Public methodStatic memberWithExtensionT(ActorSystem)
Retrieves the extension specified by a given type, T, from a given 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.
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.
Top
See Also