GigaSpaces XAP.NET Documentation
GetSinkSource Method (sourceGatewayName)
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.GatewayIGatewayGetSinkSource(String)
Gets a sink source gateway with the given name.
Declaration Syntax
C#Visual BasicVisual C++J#
IGatewaySinkSource GetSinkSource(
	string sourceGatewayName
)
Function GetSinkSource ( _
	sourceGatewayName As String _
) As IGatewaySinkSource
IGatewaySinkSource^ GetSinkSource(
	String^ sourceGatewayName
)
IGatewaySinkSource GetSinkSource(
	String sourceGatewayName
)
Parameters
sourceGatewayName (String)
The source gateway name to look for.
Return Value
A IGatewaySinkSource for the given gateway name or
CopyC#
null
if the sink source is not currently discovered or this gateway has no sink with source gateway with the given name.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.0.0.0 (12.0.0.16000)