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

Inheritance: ExamplePersistentActor
Datei anzeigen Open project: rogeralsing/akka.net

Public Methods

Method Description
AsyncPersistThreeTimesActor ( string name ) : System

Protected Methods

Method Description
ReceiveCommand ( object message ) : bool

Method Details

AsyncPersistThreeTimesActor() public method

public AsyncPersistThreeTimesActor ( string name ) : System
name string
return System

ReceiveCommand() protected method

protected ReceiveCommand ( object message ) : bool
message object
return bool