GigaSpaces XAP.NET Documentation
WaitFor Method (numberOfSpaceInstances, timeout)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.SpaceISpaceWaitFor(Int32, TimeSpan)
Waits for the given timeout till the provided number of space instances are up.
Declaration Syntax
C#Visual BasicVisual C++J#
bool WaitFor(
	int numberOfSpaceInstances,
	TimeSpan timeout
)
Function WaitFor ( _
	numberOfSpaceInstances As Integer, _
	timeout As TimeSpan _
) As Boolean
bool WaitFor(
	int numberOfSpaceInstances, 
	TimeSpan timeout
)
boolean WaitFor(
	int numberOfSpaceInstances,
	TimeSpan timeout
)
Parameters
numberOfSpaceInstances (Int32)
The number of space instances to wait for.
timeout (TimeSpan)
How long to wait for the instances to be up.
Return Value
true if the provided number of instances are up, otherwise false.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.2.0.0 (12.2.0.18000)