Click or drag to resize
ActorSystemHasExtensionT Method
Determines whether this instance has the specified extension.

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

Type Parameters

T

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Akka.Actor.ActorSystem.HasExtension``1"]

See Also