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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)