Click or drag to resize
Akka.NETActorStashPluginCanBeAppliedTo 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: SystemType
TBD

Return Value

Type: Boolean
TBD

Implements

IActorProducerPluginCanBeAppliedTo(Type)
See Also