Click or drag to resize
Akka.NETActorSystemRegisterExtension Method
Registers the specified extension with this actor system.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract Object RegisterExtension(
	IExtensionId extension
)

Parameters

extension
Type: Akka.ActorIExtensionId
The extension to register with this actor system

Return Value

Type: Object
The extension registered with this actor system
See Also