C# 클래스 Akka.Persistence.Tests.PersistentActorSpec.DeeplyNestedPersistAsyncs

상속: ExamplePersistentActor
파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 메소드들

메소드 설명
DeeplyNestedPersistAsyncs ( string name, int maxDepth, IActorRef probe ) : System

보호된 메소드들

메소드 설명
ReceiveCommand ( object message ) : bool

비공개 메소드들

메소드 설명
WeMustGoDeeper ( string dWithDepth ) : void

메소드 상세

DeeplyNestedPersistAsyncs() 공개 메소드

public DeeplyNestedPersistAsyncs ( string name, int maxDepth, IActorRef probe ) : System
name string
maxDepth int
probe IActorRef
리턴 System

ReceiveCommand() 보호된 메소드

protected ReceiveCommand ( object message ) : bool
message object
리턴 bool