Amazon.APIGateway.AmazonAPIGatewayClient.EndDeleteDeployment C# (CSharp) Метод

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

Finishes the asynchronous execution of the DeleteDeployment operation.
public EndDeleteDeployment ( IAsyncResult asyncResult ) : DeleteDeploymentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDeployment.
Результат DeleteDeploymentResponse
        public  DeleteDeploymentResponse EndDeleteDeployment(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteDeploymentResponse>(asyncResult);
        }
AmazonAPIGatewayClient