GigaSpaces XAP.NET Documentation
StartGridServiceAndWait Method (options)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.AgentIGridServiceAgentStartGridServiceAndWait(GridServiceManagerOptions)
Starts a IGridServiceManager based on the provided options and waits for SetDefaultTimeout(TimeSpan) until it is discovered by the admin, which is then returned.
Declaration Syntax
C#Visual BasicVisual C++J#
IGridServiceManager StartGridServiceAndWait(
	GridServiceManagerOptions options
)
Function StartGridServiceAndWait ( _
	options As GridServiceManagerOptions _
) As IGridServiceManager
IGridServiceManager^ StartGridServiceAndWait(
	GridServiceManagerOptions^ options
)
IGridServiceManager StartGridServiceAndWait(
	GridServiceManagerOptions options
)
Parameters
options (GridServiceManagerOptions)
GSM options.
Return Value
Started IGridServiceManager or null if timeout elapsed.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.0.0.0 (12.0.0.16000)