C# Class ExcelDna.Integration.Rtd.ExcelRtdServer

Inheritance: IRtdServer
Mostra file Open project: Excel-DNA/ExcelDna Class Usage Examples

Protected Methods

Method Description
ConnectData ( Topic topic, IList topicInfo, bool &newValues ) : object
CreateTopic ( int topicId, IList topicInfo ) : Topic
DisconnectData ( Topic topic ) : void
Heartbeat ( ) : int
ServerStart ( ) : bool
ServerTerminate ( ) : void

Private Methods

Method Description
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

Method Details

ConnectData() protected method

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

CreateTopic() protected method

protected CreateTopic ( int topicId, IList topicInfo ) : Topic
topicId int
topicInfo IList
return Topic

DisconnectData() protected method

protected DisconnectData ( Topic topic ) : void
topic Topic
return void

Heartbeat() protected method

protected Heartbeat ( ) : int
return int

ServerStart() protected method

protected ServerStart ( ) : bool
return bool

ServerTerminate() protected method

protected ServerTerminate ( ) : void
return void