Click or drag to resize
Akka.NETIExtensionIdT 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<out T> : IExtensionId
where T : IExtension

Type Parameters

T
The type associated with the current extension.

The IExtensionIdT type exposes the following members.

Properties
  NameDescription
Public propertyExtensionType
Retrieves the underlying type for the current extension
(Inherited from IExtensionId.)
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