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

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
ReceiveCommand ( object message ) : bool

Method Details

NestedPersistNormalAndAsyncs() public méthode

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