Spread Windows Forms 12.0 Product Documentation
ServerStart Method


GrapeCity.Spreadsheet Assembly > Microsoft.Office.Interop.Excel Namespace > IRtdServer Interface : ServerStart Method
Required IRTDUpdateEvent object. The callback object.
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.
Syntax
'Declaration
 
Function ServerStart( _
   ByVal callback As IRTDUpdateEvent _
) As Integer
'Usage
 
Dim instance As IRtdServer
Dim callback As IRTDUpdateEvent
Dim value As Integer
 
value = instance.ServerStart(callback)
int ServerStart( 
   IRTDUpdateEvent callback
)

Parameters

callback
Required IRTDUpdateEvent object. The callback object.

Return Value

System.Int32.
See Also

Reference

IRtdServer Interface
IRtdServer Members