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

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

Méthodes publiques

Méthode Description
ChangeBehaviorInLastEventHandlerActor ( string name ) : System

Méthodes protégées

Méthode Description
NewBehavior ( object message ) : bool
ReceiveCommand ( object message ) : bool

Method Details

ChangeBehaviorInLastEventHandlerActor() public méthode

public ChangeBehaviorInLastEventHandlerActor ( string name ) : System
name string
Résultat System

NewBehavior() protected méthode

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

ReceiveCommand() protected méthode

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