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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 8.0.8.6380 (8.0.8.6380)