Amazon.Inspector.AmazonInspectorClient.ListFindingsAsync C# (CSharp) Méthode

ListFindingsAsync() public méthode

Initiates the asynchronous execution of the ListFindings operation.
public ListFindingsAsync ( ListFindingsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.ListFindingsRequest Container for the necessary parameters to execute the ListFindings operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task
        public Task<ListFindingsResponse> ListFindingsAsync(ListFindingsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListFindingsRequestMarshaller();
            var unmarshaller = ListFindingsResponseUnmarshaller.Instance;

            return InvokeAsync<ListFindingsRequest,ListFindingsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonInspectorClient