Amazon.Redshift.AmazonRedshiftClient.EndDeleteEventSubscription C# (CSharp) Метод

EndDeleteEventSubscription() публичный Метод

Finishes the asynchronous execution of the DeleteEventSubscription operation.
public EndDeleteEventSubscription ( IAsyncResult asyncResult ) : DeleteEventSubscriptionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteEventSubscription.
Результат DeleteEventSubscriptionResponse
        public  DeleteEventSubscriptionResponse EndDeleteEventSubscription(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteEventSubscriptionResponse>(asyncResult);
        }
AmazonRedshiftClient