GigaSpaces XAP.NET Documentation
WaitFor Method (zoneByName, timeout)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.ZonesIZonesWaitFor(String, TimeSpan)
Waits for the given timeout till the zone with the given name is discovered.
Declaration Syntax
C#Visual BasicVisual C++J#
IZone WaitFor(
	string zoneByName,
	TimeSpan timeout
)
Function WaitFor ( _
	zoneByName As String, _
	timeout As TimeSpan _
) As IZone
IZone^ WaitFor(
	String^ zoneByName, 
	TimeSpan timeout
)
IZone WaitFor(
	String zoneByName,
	TimeSpan timeout
)
Parameters
zoneByName (String)
The zone name.
timeout (TimeSpan)
Time to wait.
Return Value
The discovered zone or null if the timeout elapsed.

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