Click or drag to resize
IActorProducerPluginCanBeAppliedTo Method
Determines if current plugin can be applied to provided actor based on it's type.

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

Parameters

actorType
Type: SystemType

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

Return Value

Type: Boolean

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

See Also