GigaSpaces XAP.NET Documentation
StartGridServiceAndWait Method (options)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.AgentIGridServiceAgentStartGridServiceAndWait(GridServiceContainerOptions)
Starts a IGridServiceContainer 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#
IGridServiceContainer StartGridServiceAndWait(
	GridServiceContainerOptions options
)
Function StartGridServiceAndWait ( _
	options As GridServiceContainerOptions _
) As IGridServiceContainer
IGridServiceContainer^ StartGridServiceAndWait(
	GridServiceContainerOptions^ options
)
IGridServiceContainer StartGridServiceAndWait(
	GridServiceContainerOptions options
)
Parameters
options (GridServiceContainerOptions)
GSC options.
Return Value
Started IGridServiceContainer or null if timeout elapsed.

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