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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.0.0.0 (14.0.0.20000)