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

상속: Akka.Persistence.Tests.NamedPersistentActor
파일 보기 프로젝트 열기: rogeralsing/akka.net

보호된 프로퍼티들

프로퍼티 타입 설명
AskedForDelete IActorRef
Events LinkedList
UpdateStateHandler Action

보호된 메소드들

메소드 설명
CommonBehavior ( object message ) : bool
ExamplePersistentActor ( string name ) : System
ReceiveRecover ( object message ) : bool
UpdateState ( object message ) : bool

메소드 상세

CommonBehavior() 보호된 메소드

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

ExamplePersistentActor() 보호된 메소드

protected ExamplePersistentActor ( string name ) : System
name string
리턴 System

ReceiveRecover() 보호된 메소드

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

UpdateState() 보호된 메소드

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

프로퍼티 상세

AskedForDelete 보호되어 있는 프로퍼티

protected IActorRef AskedForDelete
리턴 IActorRef

Events 보호되어 있는 프로퍼티

protected LinkedList Events
리턴 LinkedList

UpdateStateHandler 보호되어 있는 프로퍼티

protected Action UpdateStateHandler
리턴 Action