C# 클래스 K2Informatics.Erlnet.OtpActorSched

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

공개 메소드들

메소드 설명
OtpActorSched ( ) : System
canncel ( OtpActorMbox mbox ) : void
notify ( OtpActorMbox mbox ) : void
react ( OtpActor actor ) : void
run ( ) : void

비공개 메소드들

메소드 설명
schedule ( ) : void

메소드 상세

OtpActorSched() 공개 메소드

public OtpActorSched ( ) : System
리턴 System

canncel() 공개 메소드

public canncel ( OtpActorMbox mbox ) : void
mbox OtpActorMbox
리턴 void

notify() 공개 메소드

public notify ( OtpActorMbox mbox ) : void
mbox OtpActorMbox
리턴 void

react() 공개 메소드

public react ( OtpActor actor ) : void
actor OtpActor
리턴 void

run() 공개 메소드

public run ( ) : void
리턴 void