C# Class Akka.Persistence.Tests.PersistentActorSpec.NestedPersistInAsyncEnforcesStashing

Inheritance: ExamplePersistentActor
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
NestedPersistInAsyncEnforcesStashing ( string name, IActorRef probe ) : System

Méthodes protégées

Méthode Description
ReceiveCommand ( object message ) : bool

Method Details

NestedPersistInAsyncEnforcesStashing() public méthode

public NestedPersistInAsyncEnforcesStashing ( string name, IActorRef probe ) : System
name string
probe IActorRef
Résultat System

ReceiveCommand() protected méthode

protected ReceiveCommand ( object message ) : bool
message object
Résultat bool