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

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

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

            return InvokeAsync<UpdateEventSourceMappingRequest,UpdateEventSourceMappingResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonLambdaClient::UpdateEventSourceMappingAsync ( UpdateEventSourceMappingRequest request, UpdateEventSourceMappingResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonLambdaClient