C# 클래스 ExcelDna.Integration.Rtd.ExcelRtdServer

상속: IRtdServer
파일 보기 프로젝트 열기: Excel-DNA/ExcelDna 1 사용 예제들

보호된 메소드들

메소드 설명
ConnectData ( Topic topic, IList topicInfo, bool &newValues ) : object
CreateTopic ( int topicId, IList topicInfo ) : Topic
DisconnectData ( Topic topic ) : void
Heartbeat ( ) : int
ServerStart ( ) : bool
ServerTerminate ( ) : void

비공개 메소드들

메소드 설명
IRtdServer ( int &topicCount ) : Array
IRtdServer ( ) : int
IRtdServer ( IRTDUpdateEvent callbackObject ) : int
IRtdServer ( int topicId, Array &strings, bool &newValues ) : object
IRtdServer ( ) : void
IRtdServer ( int topicId ) : void
SetDirty ( Topic topic ) : void

메소드 상세

ConnectData() 보호된 메소드

protected ConnectData ( Topic topic, IList topicInfo, bool &newValues ) : object
topic Topic
topicInfo IList
newValues bool
리턴 object

CreateTopic() 보호된 메소드

protected CreateTopic ( int topicId, IList topicInfo ) : Topic
topicId int
topicInfo IList
리턴 Topic

DisconnectData() 보호된 메소드

protected DisconnectData ( Topic topic ) : void
topic Topic
리턴 void

Heartbeat() 보호된 메소드

protected Heartbeat ( ) : int
리턴 int

ServerStart() 보호된 메소드

protected ServerStart ( ) : bool
리턴 bool

ServerTerminate() 보호된 메소드

protected ServerTerminate ( ) : void
리턴 void