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

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

Public Methods

Method Description
MultipleAndNestedPersistAsyncs ( string name, IActorRef probe ) : System

Protected Methods

Method Description
ReceiveCommand ( object message ) : bool

Method Details

MultipleAndNestedPersistAsyncs() public method

public MultipleAndNestedPersistAsyncs ( string name, IActorRef probe ) : System
name string
probe IActorRef
return System

ReceiveCommand() protected method

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