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

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