Click or drag to resize
Akka.NETActorProducerPluginBaseCanBeAppliedTo Method
By default derivatives of this plugin will be applied to all actors.

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: SystemType
TBD

Return Value

Type: Boolean
TBD

Implements

IActorProducerPluginCanBeAppliedTo(Type)
See Also