GigaSpaces XAP.NET Documentation
GetSourceByName Method (sourceGatewayName)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.GatewayIGatewaySinkGetSourceByName(String)
Gets a IGatewaySinkSource for the specified gateway name.
Declaration Syntax
C#Visual BasicVisual C++J#
IGatewaySinkSource GetSourceByName(
	string sourceGatewayName
)
Function GetSourceByName ( _
	sourceGatewayName As String _
) As IGatewaySinkSource
IGatewaySinkSource^ GetSourceByName(
	String^ sourceGatewayName
)
IGatewaySinkSource GetSourceByName(
	String sourceGatewayName
)
Parameters
sourceGatewayName (String)
Source gateway name to look for.
Return Value
IGatewaySinkSource for the specified gateway name or null if none exists.

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