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

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

Méthodes publiques

Méthode Description
ValueTypeEventPersistentActor ( string name ) : System

Méthodes protégées

Méthode Description
ReceiveCommand ( object message ) : bool

Method Details

ReceiveCommand() protected méthode

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

ValueTypeEventPersistentActor() public méthode

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