Amazon.RDS.AmazonRDSClient.EndAddSourceIdentifierToSubscription C# (CSharp) Method

EndAddSourceIdentifierToSubscription() public method

Finishes the asynchronous execution of the AddSourceIdentifierToSubscription operation.
public EndAddSourceIdentifierToSubscription ( IAsyncResult asyncResult ) : AddSourceIdentifierToSubscriptionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddSourceIdentifierToSubscription.
return Amazon.RDS.Model.AddSourceIdentifierToSubscriptionResponse
        public  AddSourceIdentifierToSubscriptionResponse EndAddSourceIdentifierToSubscription(IAsyncResult asyncResult)
        {
            return EndInvoke<AddSourceIdentifierToSubscriptionResponse>(asyncResult);
        }
AmazonRDSClient