GigaSpaces XAP.NET Documentation
GetGateway Method (gatewayName)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.GatewayIGatewaysGetGateway(String)
Returns the IGateway for the given gateway name. Returns
CopyC#
null
if the gateway is not currently discovered.
Declaration Syntax
C#Visual BasicVisual C++J#
IGateway GetGateway(
	string gatewayName
)
Function GetGateway ( _
	gatewayName As String _
) As IGateway
IGateway^ GetGateway(
	String^ gatewayName
)
IGateway GetGateway(
	String gatewayName
)
Parameters
gatewayName (String)
The name of the desired gateway.
Return Value
IGateway matching the given name.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.3.0.0 (12.3.0.19000)