C# 클래스 ActiveObjects.ActiveObject

Active object Class What this does is that it helps create a class where you then dedicate a thread to run the item.
파일 보기 프로젝트 열기: JoinPatterns/ScalableJoins

보호된 프로퍼티들

프로퍼티 타입 설명
ProcessMessage Synchronous.Channel
done bool
join Join

공개 메소드들

메소드 설명
ActiveObject ( ) : System

메소드 상세

ActiveObject() 공개 메소드

public ActiveObject ( ) : System
리턴 System

프로퍼티 상세

ProcessMessage 보호되어 있는 프로퍼티

protected Synchronous.Channel ProcessMessage
리턴 Synchronous.Channel

done 보호되어 있는 프로퍼티

protected bool done
리턴 bool

join 보호되어 있는 프로퍼티

protected Join join
리턴 Join