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

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

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

            return InvokeAsync<DeleteMethodRequest,DeleteMethodResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient