Click or drag to resize
IExtensionIdTCreateExtension Method
Is used by Akka to instantiate the IExtension identified by this ExtensionId. Internal use only.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
T CreateExtension(
	ExtendedActorSystem system
)

Parameters

system
Type: Akka.ActorExtendedActorSystem

[Missing <param name="system"/> documentation for "M:Akka.Actor.IExtensionId`1.CreateExtension(Akka.Actor.ExtendedActorSystem)"]

Return Value

Type: T

[Missing <returns> documentation for "M:Akka.Actor.IExtensionId`1.CreateExtension(Akka.Actor.ExtendedActorSystem)"]

See Also