C# Class ExcelDna.Integration.Rtd.ExcelRtdServer

Inheritance: IRtdServer
Afficher le fichier Open project: Excel-DNA/ExcelDna Class Usage Examples

Méthodes protégées

Méthode 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

Méthode 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 méthode

protected ConnectData ( Topic topic, IList topicInfo, bool &newValues ) : object
topic Topic
topicInfo IList
newValues bool
Résultat object

CreateTopic() protected méthode

protected CreateTopic ( int topicId, IList topicInfo ) : Topic
topicId int
topicInfo IList
Résultat Topic

DisconnectData() protected méthode

protected DisconnectData ( Topic topic ) : void
topic Topic
Résultat void

Heartbeat() protected méthode

protected Heartbeat ( ) : int
Résultat int

ServerStart() protected méthode

protected ServerStart ( ) : bool
Résultat bool

ServerTerminate() protected méthode

protected ServerTerminate ( ) : void
Résultat void