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

EndCreateBasePathMapping() public method

Finishes the asynchronous execution of the CreateBasePathMapping operation.
public EndCreateBasePathMapping ( IAsyncResult asyncResult ) : CreateBasePathMappingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateBasePathMapping.
return Amazon.APIGateway.Model.CreateBasePathMappingResponse
        public  CreateBasePathMappingResponse EndCreateBasePathMapping(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateBasePathMappingResponse>(asyncResult);
        }
AmazonAPIGatewayClient