Click or drag to resize
Akka.NETActorStashPlugin.CanBeAppliedTo Method
Stash plugin is applied to all actors implementing IActorStash interface.

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

Parameters

actorType
Type: System.Type
TBD

Return Value

Type: Boolean
TBD

Implements

IActorProducerPlugin.CanBeAppliedTo(Type)
See Also