IRtdServer.ServerStart(IRTDUpdateEvent) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ServerStart method is called immediately after a real-time data server is instantiated. Negative value or zero indicates failure to start the server; positive value indicates success.
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
Parameters
- CallbackObject
- IRTDUpdateEvent
Required IRTDUpdateEvent object. The callback object.