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

Returns an instance of the extension identified by this IExtensionId instance

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

Syntax


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

Parameters

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