| ActorSystemGetExtension Method (IExtensionId) |
Retrieves the specified extension that is registered to this actor system.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public abstract Object GetExtension(
IExtensionId extensionId
)
abstract GetExtension :
extensionId : IExtensionId -> Object
Parameters
- extensionId
- Type: Akka.ActorIExtensionId
The extension to retrieve
Return Value
Type:
ObjectThe specified extension registered to this actor system
See Also