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

UpdateBasePathMappingAsync() public method

Initiates the asynchronous execution of the UpdateBasePathMapping operation.
public UpdateBasePathMappingAsync ( UpdateBasePathMappingRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.UpdateBasePathMappingRequest Container for the necessary parameters to execute the UpdateBasePathMapping operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<UpdateBasePathMappingResponse> UpdateBasePathMappingAsync(UpdateBasePathMappingRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateBasePathMappingRequestMarshaller();
            var unmarshaller = UpdateBasePathMappingResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateBasePathMappingRequest,UpdateBasePathMappingResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient