Amazon.ConfigService.AmazonConfigServiceClient.EndPutDeliveryChannel C# (CSharp) Метод

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

Finishes the asynchronous execution of the PutDeliveryChannel operation.
public EndPutDeliveryChannel ( IAsyncResult asyncResult ) : PutDeliveryChannelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutDeliveryChannel.
Результат PutDeliveryChannelResponse
        public  PutDeliveryChannelResponse EndPutDeliveryChannel(IAsyncResult asyncResult)
        {
            return EndInvoke<PutDeliveryChannelResponse>(asyncResult);
        }
AmazonConfigServiceClient