C# 클래스 Akka.Tests.Actor.DeathWatchSpec.EchoActor

Used for testing Ask / reply behaviors
상속: Akka.Actor.UntypedActor
파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 메소드들

메소드 설명
EchoActor ( IActorRef testActorRef ) : System

보호된 메소드들

메소드 설명
OnReceive ( object message ) : void

메소드 상세

EchoActor() 공개 메소드

public EchoActor ( IActorRef testActorRef ) : System
testActorRef IActorRef
리턴 System

OnReceive() 보호된 메소드

protected OnReceive ( object message ) : void
message object
리턴 void