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