Waits for the default timeout specified by SetDefaultTimeout(TimeSpan) till
the gateway sink with the given source gateway name is identified as deployed.

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

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

IGatewaySinkSource for the given gateway name or
CopyC#
if the sink source is not deployed within the default timeout.

null