C# 클래스 K2Informatics.Erlnet.OtpActorMbox

상속: OtpMbox
파일 보기 프로젝트 열기: K2InformaticsGmbH/erlnet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
sched OtpActorSched
task OtpActorSched.OtpActorSchedTask

공개 메소드들

메소드 설명
close ( ) : void
deliver ( OtpMsg m ) : void
receiveMsg ( ) : OtpMsg
receiveMsg ( long timeout ) : OtpMsg

비공개 메소드들

메소드 설명
OtpActorMbox ( OtpActorSched sched, OtpNode home, OtpErlangPid self ) : System
OtpActorMbox ( OtpActorSched sched, OtpNode home, OtpErlangPid self, String name ) : System

메소드 상세

close() 공개 메소드

public close ( ) : void
리턴 void

deliver() 공개 메소드

public deliver ( OtpMsg m ) : void
m OtpMsg
리턴 void

receiveMsg() 공개 메소드

public receiveMsg ( ) : OtpMsg
리턴 OtpMsg

receiveMsg() 공개 메소드

public receiveMsg ( long timeout ) : OtpMsg
timeout long
리턴 OtpMsg

프로퍼티 상세

sched 보호되어 있는 프로퍼티

protected OtpActorSched,K2Informatics.Erlnet sched
리턴 OtpActorSched

task 보호되어 있는 프로퍼티

protected OtpActorSched.OtpActorSchedTask,K2Informatics.Erlnet task
리턴 OtpActorSched.OtpActorSchedTask