Click or drag to resize
ExtensionIdProviderT Class
Class ExtensionBase.
Inheritance Hierarchy
SystemObject
  Akka.ActorExtensionIdProviderT

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public abstract class ExtensionIdProvider<T> : IExtensionId<T>, 
	IExtensionId
where T : IExtension

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Akka.Actor.ExtensionIdProvider`1"]

The ExtensionIdProviderT type exposes the following members.

Constructors
  NameDescription
Protected methodExtensionIdProviderT
Initializes a new instance of the ExtensionIdProviderT class
Top
Methods
  NameDescription
Public methodApply
Public methodCreateExtension
Public methodEquals (Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGet
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
Properties
  NameDescription
Public propertyExtensionType
Top
See Also