Click or drag to resize
ActorSystemHasExtension Method (Type)
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(
	Type t
)

Parameters

t
Type: SystemType

[Missing <param name="t"/> documentation for "M:Akka.Actor.ActorSystem.HasExtension(System.Type)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Akka.Actor.ActorSystem.HasExtension(System.Type)"]

See Also