IExtensionId..::..CreateExtension Method

Is used by Akka to instantiate the IExtension identified by this ExtensionId. Internal use only.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


Object CreateExtension(
	ActorSystem system
)
Function CreateExtension ( _
	system As ActorSystem _
) As Object
Object^ CreateExtension(
	ActorSystem^ system
)

Parameters

system
Type: Akka.Actor..::..ActorSystem