Click or drag to resize
Akka.NETActorSystemWithExtensions Methods
Methods
  NameDescription
Public methodStatic memberWithExtension<T>(ActorSystem)
Retrieves the extension specified by a given type, T, from a given actor system.
Public methodStatic memberWithExtension<T>(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 memberWithExtension<T, 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