GigaSpaces XAP.NET Documentation
WaitFor Method (numberOfGridServiceManagers)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.ManagerIGridServiceManagersWaitFor(Int32)
Waits for SetDefaultTimeout(TimeSpan) till the provided number of managers are up. When passing 0, will wait till there are no more grid service managers.
Declaration Syntax
C#Visual BasicVisual C++J#
bool WaitFor(
	int numberOfGridServiceManagers
)
Function WaitFor ( _
	numberOfGridServiceManagers As Integer _
) As Boolean
bool WaitFor(
	int numberOfGridServiceManagers
)
boolean WaitFor(
	int numberOfGridServiceManagers
)
Parameters
numberOfGridServiceManagers (Int32)
The number of managers to wait for
Return Value
true if the required number of managers were discovered, false if the timeout expired.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.5.0.0 (14.5.0)