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