IRtdServer.ServerStart(IRTDUpdateEvent) 方法

定义

在实例化实时数据服务器后,将立即调用 ServerStart 方法。 负值或零表示无法启动服务器;正值表示成功。

public:
 int ServerStart(Microsoft::Office::Interop::Excel::IRTDUpdateEvent ^ CallbackObject);
public int ServerStart (Microsoft.Office.Interop.Excel.IRTDUpdateEvent CallbackObject);
Public Function ServerStart (CallbackObject As IRTDUpdateEvent) As Integer

参数

CallbackObject
IRTDUpdateEvent

必需的 IRTDUpdateEvent 对象。 回调对象。

返回

适用于