UntypedActorWithUnboundedStash Class

An UntypedActor with Unbounded Stash capabilites

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public abstract class UntypedActorWithUnboundedStash : UntypedActor, 
	WithUnboundedStash
Public MustInherit Class UntypedActorWithUnboundedStash _
	Inherits UntypedActor _
	Implements WithUnboundedStash
public ref class UntypedActorWithUnboundedStash abstract : public UntypedActor, 
	WithUnboundedStash

Inheritance Hierarchy


Object
  Akka.Actor..::..ActorBase
    Akka.Actor..::..UntypedActor
      Akka.Actor..::..UntypedActorWithUnboundedStash