GigaSpaces XAP.NET Documentation
WaitFor Method (numberOfSpaceInstances)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.SpaceISpaceWaitFor(Int32)
Waits for SetDefaultTimeout(TimeSpan) till the provided number of space instances are up.
Declaration Syntax
C#Visual BasicVisual C++J#
bool WaitFor(
	int numberOfSpaceInstances
)
Function WaitFor ( _
	numberOfSpaceInstances As Integer _
) As Boolean
bool WaitFor(
	int numberOfSpaceInstances
)
boolean WaitFor(
	int numberOfSpaceInstances
)
Parameters
numberOfSpaceInstances (Int32)

[Missing <param name="numberOfSpaceInstances"/> documentation for "M:GigaSpaces.Core.Admin.ServiceGrid.Space.ISpace.WaitFor(System.Int32)"]

Return Value
true if the provided number of instances are up, otherwise false.

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