GigaSpaces XAP.NET Documentation
GetDelegator Method (targetGatewayName)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.GatewayIGatewayGetDelegator(String)
Gets a gateway delegator which has a target gateway with the given name.
Declaration Syntax
C#Visual BasicVisual C++J#
IGatewayDelegator GetDelegator(
	string targetGatewayName
)
Function GetDelegator ( _
	targetGatewayName As String _
) As IGatewayDelegator
IGatewayDelegator^ GetDelegator(
	String^ targetGatewayName
)
IGatewayDelegator GetDelegator(
	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 gateway delegator is not currently discovered or this gateway has no target with target gateway with the given name.

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