Amazon.Lambda.AmazonLambdaClient.ListEventSourceMappingsAsync C# (CSharp) Method

ListEventSourceMappingsAsync() public method

Initiates the asynchronous execution of the ListEventSourceMappings operation.
public ListEventSourceMappingsAsync ( ListEventSourceMappingsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Lambda.Model.ListEventSourceMappingsRequest Container for the necessary parameters to execute the ListEventSourceMappings operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<ListEventSourceMappingsResponse> ListEventSourceMappingsAsync(ListEventSourceMappingsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListEventSourceMappingsRequestMarshaller();
            var unmarshaller = ListEventSourceMappingsResponseUnmarshaller.Instance;

            return InvokeAsync<ListEventSourceMappingsRequest,ListEventSourceMappingsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonLambdaClient::ListEventSourceMappingsAsync ( ListEventSourceMappingsRequest request, ListEventSourceMappingsResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonLambdaClient