Gets a sink source gateway with the given name.

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

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

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

null