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

EndRemoveSourceIdentifierFromSubscription() 공개 메소드

Finishes the asynchronous execution of the RemoveSourceIdentifierFromSubscription operation.
public EndRemoveSourceIdentifierFromSubscription ( IAsyncResult asyncResult ) : RemoveSourceIdentifierFromSubscriptionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRemoveSourceIdentifierFromSubscription.
리턴 RemoveSourceIdentifierFromSubscriptionResponse
        public  RemoveSourceIdentifierFromSubscriptionResponse EndRemoveSourceIdentifierFromSubscription(IAsyncResult asyncResult)
        {
            return EndInvoke<RemoveSourceIdentifierFromSubscriptionResponse>(asyncResult);
        }
AmazonRDSClient