Amazon.APIGateway.AmazonAPIGatewayClient.EndUpdateDeployment C# (CSharp) Method

EndUpdateDeployment() public method

Finishes the asynchronous execution of the UpdateDeployment operation.
public EndUpdateDeployment ( IAsyncResult asyncResult ) : UpdateDeploymentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateDeployment.
return Amazon.APIGateway.Model.UpdateDeploymentResponse
        public  UpdateDeploymentResponse EndUpdateDeployment(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateDeploymentResponse>(asyncResult);
        }
AmazonAPIGatewayClient