GigaSpaces XAP.NET Documentation
WaitFor Method (spaceName)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.SpaceISpacesWaitFor(String)
Waits for SetDefaultTimeout(TimeSpan) till the provided space name is discovered.
Declaration Syntax
C#Visual BasicVisual C++J#
ISpace WaitFor(
	string spaceName
)
Function WaitFor ( _
	spaceName As String _
) As ISpace
ISpace^ WaitFor(
	String^ spaceName
)
ISpace WaitFor(
	String spaceName
)
Parameters
spaceName (String)
The space name to wait for its discovery.
Return Value
The discovered ISpace within the timeout, otherwise null.

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