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

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

Parameters

actorType
Type: SystemType

[Missing <param name="actorType"/> documentation for "M:Akka.Actor.ActorProducerPluginBase.CanBeAppliedTo(System.Type)"]

Return Value

Type: Boolean

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

Implements

IActorProducerPluginCanBeAppliedTo(Type)
See Also