Click or drag to resize
IExtensionId Interface
Non-generic version of interface, mostly to avoid issues with generic casting

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

The IExtensionId type exposes the following members.

Methods
  NameDescription
Public methodApply
Returns an instance of the extension identified by this ExtensionId instance
Public methodCreateExtension
Is used by Akka to instantiate the IExtension identified by this ExtensionId. Internal use only.
Public methodGet
Top
Properties
  NameDescription
Public propertyExtensionType
Returns the underlying type for this extension
Top
See Also