Click or drag to resize
AbstractStash 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: 0.8.0.0 (0.8.0.0)
Syntax
protected AbstractStash(
	IActorContext context,
	int capacity = 100
)

Parameters

context
Type: Akka.ActorIActorContext

[Missing <param name="context"/> documentation for "M:Akka.Actor.Internal.AbstractStash.#ctor(Akka.Actor.IActorContext,System.Int32)"]

capacity (Optional)
Type: SystemInt32

[Missing <param name="capacity"/> documentation for "M:Akka.Actor.Internal.AbstractStash.#ctor(Akka.Actor.IActorContext,System.Int32)"]

See Also