Amazon.ConfigService.AmazonConfigServiceClient.EndDeleteDeliveryChannel C# (CSharp) Method

EndDeleteDeliveryChannel() public method

Finishes the asynchronous execution of the DeleteDeliveryChannel operation.
public EndDeleteDeliveryChannel ( IAsyncResult asyncResult ) : DeleteDeliveryChannelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDeliveryChannel.
return DeleteDeliveryChannelResponse
        public  DeleteDeliveryChannelResponse EndDeleteDeliveryChannel(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteDeliveryChannelResponse>(asyncResult);
        }
AmazonConfigServiceClient