Click or drag to resize
Akka.NETAbstractStash Constructor
INTERNAL Abstract base class for stash support
Remarks
Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.

Namespace:  Akka.Actor.Internal
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected AbstractStash(
	IActorContext context,
	int capacity = 100
)

Parameters

context
Type: Akka.ActorIActorContext
TBD
capacity (Optional)
Type: SystemInt32
TBD
Exceptions
ExceptionCondition
NotSupportedExceptionThis exception is thrown if the actor's mailbox isn't deque-based (e.g. UnboundedDequeBasedMailbox).
See Also