GigaSpaces XAP.NET Documentation
WaitForDelegator Method (targetGatewayName)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.GatewayIGatewayWaitForDelegator(String)
Waits for the default timeout specified by SetDefaultTimeout(TimeSpan) 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
)
Function WaitForDelegator ( _
	targetGatewayName As String _
) As IGatewayDelegator
IGatewayDelegator^ WaitForDelegator(
	String^ targetGatewayName
)
IGatewayDelegator WaitForDelegator(
	String targetGatewayName
)
Parameters
targetGatewayName (String)
The target gateway name.
Return Value
IGatewayDelegator which has a target gateway with the given name or
CopyC#
null
if the delegator target is not deployed within the default timeout.

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