Compartir a través de


IRtdServer.ServerStart(IRTDUpdateEvent) Método

Definición

Se llama al método ServerStart inmediatamente después de crear una instancia de un servidor de datos en tiempo real. El valor negativo o cero indica un error al iniciar el servidor; el valor positivo indica que se ha realizado correctamente.

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

Parámetros

CallbackObject
IRTDUpdateEvent

Objeto obligatorio IRTDUpdateEvent . Objeto callback.

Devoluciones

Se aplica a