GigaSpaces XAP.NET Documentation
WaitFor Method (numberOfLookupServices)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.LookupServiceILookupServicesWaitFor(Int32)
Waits for SetDefaultTimeout(TimeSpan) till the provided number of lookup services are up.
Declaration Syntax
C#Visual BasicVisual C++J#
bool WaitFor(
	int numberOfLookupServices
)
Function WaitFor ( _
	numberOfLookupServices As Integer _
) As Boolean
bool WaitFor(
	int numberOfLookupServices
)
boolean WaitFor(
	int numberOfLookupServices
)
Parameters
numberOfLookupServices (Int32)
The number of lookup services to wait for.
Return Value
true if the required number of lookup services were discovered, false if the timeout expired.

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