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

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

Initiates the asynchronous execution of the DeleteBasePathMapping operation.
public DeleteBasePathMappingAsync ( Amazon.APIGateway.Model.DeleteBasePathMappingRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.DeleteBasePathMappingRequest Container for the necessary parameters to execute the DeleteBasePathMapping operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DeleteBasePathMappingResponse> DeleteBasePathMappingAsync(DeleteBasePathMappingRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeleteBasePathMappingRequestMarshaller();
            var unmarshaller = DeleteBasePathMappingResponseUnmarshaller.Instance;

            return InvokeAsync<DeleteBasePathMappingRequest,DeleteBasePathMappingResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient