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

EndModifyEventSubscription() public méthode

Finishes the asynchronous execution of the ModifyEventSubscription operation.
public EndModifyEventSubscription ( IAsyncResult asyncResult ) : ModifyEventSubscriptionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyEventSubscription.
Résultat ModifyEventSubscriptionResponse
        public  ModifyEventSubscriptionResponse EndModifyEventSubscription(IAsyncResult asyncResult)
        {
            return EndInvoke<ModifyEventSubscriptionResponse>(asyncResult);
        }
AmazonRDSClient