UnboundedStashImpl Constructor |
INTERNAL
A stash implementation that is bounded
RemarksNote! Part of internal API. Breaking changes may occur without notice. Use at own risk.
Namespace: Akka.Actor.InternalAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic UnboundedStashImpl(
IActorContext context
)
Public Sub New (
context As IActorContext
)
public:
UnboundedStashImpl(
IActorContext^ context
)
new :
context : IActorContext -> UnboundedStashImpl
Parameters
- context
- Type: Akka.ActorIActorContext
[Missing <param name="context"/> documentation for "M:Akka.Actor.Internal.UnboundedStashImpl.#ctor(Akka.Actor.IActorContext)"]
See Also