Click or drag to resize
Akka.NETAbstractStashStash Method
Stashes the current message in the actor's state.

Namespace:  Akka.Actor.Internal
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void Stash()

Implements

IStashStash
Exceptions
ExceptionCondition
IllegalActorStateExceptionThis exception is thrown if we attempt to stash the same message more than once.
StashOverflowException This exception is thrown in the event that we're using a BoundedMessageQueue for the IStash and we've exceeded capacity.
See Also