Click or drag to resize
Akka.NETActorProducerPluginBase<TActor>.CanBeAppliedTo Method
By default derivatives of this plugin will be applied to all actors inheriting from TActor.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public virtual bool CanBeAppliedTo(
	Type actorType
)

Parameters

actorType
Type: System.Type
TBD

Return Value

Type: Boolean
TBD

Implements

IActorProducerPlugin.CanBeAppliedTo(Type)
See Also