Amazon.RDS.AmazonRDSClient.EndAddSourceIdentifierToSubscription C# (CSharp) Méthode

EndAddSourceIdentifierToSubscription() public méthode

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