Click or drag to resize
IExtensionIdApply Method
Returns an instance of the extension identified by this ExtensionId instance

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
Object Apply(
	ActorSystem system
)

Parameters

system
Type: Akka.ActorActorSystem

[Missing <param name="system"/> documentation for "M:Akka.Actor.IExtensionId.Apply(Akka.Actor.ActorSystem)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Akka.Actor.IExtensionId.Apply(Akka.Actor.ActorSystem)"]

See Also