Amazon.Lambda.AmazonLambdaClient.DeleteEventSourceMappingAsync C# (CSharp) Метод

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

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

            return InvokeAsync<DeleteEventSourceMappingRequest,DeleteEventSourceMappingResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonLambdaClient::DeleteEventSourceMappingAsync ( Amazon.Lambda.Model.DeleteEventSourceMappingRequest request, DeleteEventSourceMappingResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonLambdaClient