Amazon.RDS.AmazonRDSClient.EndAddSourceIdentifierToSubscription C# (CSharp) 메소드

EndAddSourceIdentifierToSubscription() 공개 메소드

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