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

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

Méthodes publiques

Méthode Description
AsyncPersistAndPersistMixedSyncAsyncSyncActor ( string name ) : System

Méthodes protégées

Méthode Description
ReceiveCommand ( object message ) : bool

Method Details

AsyncPersistAndPersistMixedSyncAsyncSyncActor() public méthode

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

ReceiveCommand() protected méthode

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