IExtensionId<(Of <(<'T>)>)>..::..CreateExtension Method
Is used by Akka to instantiate the IExtension identified by this ExtensionId.
Internal use only.
Namespace:
Akka.ActorAssembly: Akka (in Akka.dll)
Syntax
T CreateExtension( ActorSystem system )
Function CreateExtension ( _ system As ActorSystem _ ) As T
T CreateExtension( ActorSystem^ system )
Parameters
- system
- Type: Akka.Actor..::..ActorSystem