Returns an instance of the extension identified by this
IExtensionIdT instance
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
SyntaxT Get(
ActorSystem system
)
Function Get (
system As ActorSystem
) As T
T Get(
ActorSystem^ system
)
abstract Get :
system : ActorSystem -> 'T
Parameters
- system
- Type: Akka.ActorActorSystem
[Missing <param name="system"/> documentation for "M:Akka.Actor.IExtensionId`1.Get(Akka.Actor.ActorSystem)"]
Return Value
Type:
T[Missing <returns> documentation for "M:Akka.Actor.IExtensionId`1.Get(Akka.Actor.ActorSystem)"]
See Also