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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.7.0.0 (9.7.2.11000)