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

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
ReceiveCommand ( object message ) : bool

Method Details

NestedPersistAsyncsAndNormal() public méthode

public NestedPersistAsyncsAndNormal ( 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