GigaSpaces XAP.NET Documentation
WaitFor Method (numberOfSpaceInstances, spaceMode, timeout)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.SpaceISpaceWaitFor(Int32, SpaceMode, TimeSpan)
Waits for the given timeout till the provided number of space instances of a specified space mode type are up.
Declaration Syntax
C#Visual BasicVisual C++J#
bool WaitFor(
	int numberOfSpaceInstances,
	SpaceMode spaceMode,
	TimeSpan timeout
)
Function WaitFor ( _
	numberOfSpaceInstances As Integer, _
	spaceMode As SpaceMode, _
	timeout As TimeSpan _
) As Boolean
bool WaitFor(
	int numberOfSpaceInstances, 
	SpaceMode spaceMode, 
	TimeSpan timeout
)
boolean WaitFor(
	int numberOfSpaceInstances,
	SpaceMode spaceMode,
	TimeSpan timeout
)
Parameters
numberOfSpaceInstances (Int32)
The number of space instances to wait for.
spaceMode (SpaceMode)
The space mode of the 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: 10.2.0.0 (10.2.1.14000)