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

EndUpdateBasePathMapping() public method

Finishes the asynchronous execution of the UpdateBasePathMapping operation.
public EndUpdateBasePathMapping ( IAsyncResult asyncResult ) : Amazon.APIGateway.Model.UpdateBasePathMappingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateBasePathMapping.
return Amazon.APIGateway.Model.UpdateBasePathMappingResponse
        public  UpdateBasePathMappingResponse EndUpdateBasePathMapping(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateBasePathMappingResponse>(asyncResult);
        }
AmazonAPIGatewayClient