GigaSpaces XAP.NET Documentation
WaitFor Method (host)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.MachineIMachinesWaitFor(String)
Waits for SetDefaultTimeout(TimeSpan) till the machine with the given host (name/address) is discovered.
Declaration Syntax
C#Visual BasicVisual C++J#
IMachine WaitFor(
	string host
)
Function WaitFor ( _
	host As String _
) As IMachine
IMachine^ WaitFor(
	String^ host
)
IMachine WaitFor(
	String host
)
Parameters
host (String)
The machine host name or address.
Return Value
The machine discovered, ornull if it was not discovered within the provided timeout.

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