GigaSpaces XAP.NET Documentation
WaitForDelegator Method (targetGatewayName, timeout)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.GatewayIGatewayWaitForDelegator(String, TimeSpan)
Waits for the specified timeout (in time interval) till the gateway delegator with the given target gateway name is identified as deployed.
Declaration Syntax
C#Visual BasicVisual C++J#
IGatewayDelegator WaitForDelegator(
	string targetGatewayName,
	TimeSpan timeout
)
Function WaitForDelegator ( _
	targetGatewayName As String, _
	timeout As TimeSpan _
) As IGatewayDelegator
IGatewayDelegator^ WaitForDelegator(
	String^ targetGatewayName, 
	TimeSpan timeout
)
IGatewayDelegator WaitForDelegator(
	String targetGatewayName,
	TimeSpan timeout
)
Parameters
targetGatewayName (String)
The target gateway name.
timeout (TimeSpan)
Time to wait.
Return Value
IGatewayDelegator which has a target gateway with the given name or
CopyC#
null
if the delegator target is not deployed within the specified timeout.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.0.0.0 (10.0.1.11800)