C# Класс ExcelDna.Integration.Rtd.ExcelRtdServer

Наследование: IRtdServer
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
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