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

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

Открытые методы

Метод Описание
UpdateNotify ( ) : void

Calls UpdateNotify on the RTD server to refresh. Does not normally need to be called if UpdateValue(newValue) has been called, but can be used to force a recalculation of the RTD cell even if the value has not changed.

UpdateValue ( object value ) : void

Sets the topic value and calls UpdateNotify on the RTD Server to refresh.

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

Метод Описание
OnDisconnected ( ) : void
Topic ( ExcelRtdServer server, int topicId ) : System
Topic ( ExcelRtdServer server, int topicId, object initialValue ) : System

Приватные методы

Метод Описание
FixValue ( object value ) : object

Описание методов

OnDisconnected() защищенный Метод

protected OnDisconnected ( ) : void
Результат void

Topic() защищенный Метод

protected Topic ( ExcelRtdServer server, int topicId ) : System
server ExcelRtdServer
topicId int
Результат System

Topic() защищенный Метод

protected Topic ( ExcelRtdServer server, int topicId, object initialValue ) : System
server ExcelRtdServer
topicId int
initialValue object
Результат System

UpdateNotify() публичный Метод

Calls UpdateNotify on the RTD server to refresh. Does not normally need to be called if UpdateValue(newValue) has been called, but can be used to force a recalculation of the RTD cell even if the value has not changed.
public UpdateNotify ( ) : void
Результат void

UpdateValue() публичный Метод

Sets the topic value and calls UpdateNotify on the RTD Server to refresh.
public UpdateValue ( object value ) : void
value object
Результат void