IActorProducerPluginCanBeAppliedTo Method |
Determines if current plugin can be applied to provided actor based on it's type.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxbool CanBeAppliedTo(
Type actorType
)
Function CanBeAppliedTo (
actorType As Type
) As Boolean
bool CanBeAppliedTo(
Type^ actorType
)
abstract CanBeAppliedTo :
actorType : Type -> bool
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