Gets a gateway sink which has a source gateway with the given name.

C# | Visual Basic | Visual C++ | J# |
IGatewaySink GetSink( string sourceGatewayName )
Function GetSink ( _ sourceGatewayName As String _ ) As IGatewaySink
IGatewaySink^ GetSink( String^ sourceGatewayName )
IGatewaySink GetSink( String sourceGatewayName )

- sourceGatewayName (String)
- The source gateway name to look for in a sink.

A IGatewaySink that has a source with the given gateway name or
CopyC# if the gateway sink is
not currently discovered or this gateway has no sink with source gateway with the given name.

null