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

EndRemoveSourceIdentifierFromSubscription() public méthode

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