Click or drag to resize
Akka.NETIExtensionId Interface
This interface is used to distinguish unique ActorSystem extensions.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface IExtensionId

The IExtensionId type exposes the following members.

Properties
  NameDescription
Public propertyExtensionType
Retrieves the underlying type for the current extension
Top
Methods
  NameDescription
Public methodApply
Registers the current extension to a given actor system.
Public methodCreateExtension
Creates the current extension using a given actor system.
Note Note
Internal use only.
Public methodGet
Retrieves the current extension from a given actor system.
Top
See Also