GigaSpaces XAP.NET Documentation
WaitForMode Method (requiredMode, timeout)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.SpaceISpaceInstanceWaitForMode(SpaceMode, TimeSpan)
Waits for the space instance to move to the provided space mode within a given timeout.
Declaration Syntax
C#Visual BasicVisual C++J#
bool WaitForMode(
	SpaceMode requiredMode,
	TimeSpan timeout
)
Function WaitForMode ( _
	requiredMode As SpaceMode, _
	timeout As TimeSpan _
) As Boolean
bool WaitForMode(
	SpaceMode requiredMode, 
	TimeSpan timeout
)
boolean WaitForMode(
	SpaceMode requiredMode,
	TimeSpan timeout
)
Parameters
requiredMode (SpaceMode)
The required mode to wait for.
timeout (TimeSpan)
How long to wait for the mode to change.
Return Value
true if the mode changed successfully, otherwise false.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)