Click or drag to resize
Akka.NETActorSystemHasExtensionT Method
Determines whether this actor system has the specified extension.

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

Type Parameters

T
The type of the extension being queried

Return Value

Type: Boolean
true if this actor system has the extension; otherwise false.
See Also