IExtensionId<(Of <(<'T>)>)>..::..Apply Method

Returns an instance of the extension identified by this ExtensionId instance

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

Syntax


T Apply(
	ActorSystem system
)
Function Apply ( _
	system As ActorSystem _
) As T
T Apply(
	ActorSystem^ system
)

Parameters

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