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

DescribeFindingsAsync() public méthode

Initiates the asynchronous execution of the DescribeFindings operation.
public DescribeFindingsAsync ( DescribeFindingsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.DescribeFindingsRequest Container for the necessary parameters to execute the DescribeFindings 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<DescribeFindingsResponse> DescribeFindingsAsync(DescribeFindingsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeFindingsRequestMarshaller();
            var unmarshaller = DescribeFindingsResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeFindingsRequest,DescribeFindingsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonInspectorClient