GigaSpaces XAP.NET Documentation
WaitFor Method (gatewayName)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.GatewayIGatewaysWaitFor(String)
Waits for the default timeout specified by SetDefaultTimeout(TimeSpan) till the gateway is identified as deployed.
Declaration Syntax
C#Visual BasicVisual C++J#
IGateway WaitFor(
	string gatewayName
)
Function WaitFor ( _
	gatewayName As String _
) As IGateway
IGateway^ WaitFor(
	String^ gatewayName
)
IGateway WaitFor(
	String gatewayName
)
Parameters
gatewayName (String)
The name of the desired gateway
Return Value
IGateway matching the given name or
CopyC#
null
if the gateway is not deployed.

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