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

AddAttributesToFindingsAsync() public méthode

Initiates the asynchronous execution of the AddAttributesToFindings operation.
public AddAttributesToFindingsAsync ( AddAttributesToFindingsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Inspector.Model.AddAttributesToFindingsRequest Container for the necessary parameters to execute the AddAttributesToFindings 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<AddAttributesToFindingsResponse> AddAttributesToFindingsAsync(AddAttributesToFindingsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new AddAttributesToFindingsRequestMarshaller();
            var unmarshaller = AddAttributesToFindingsResponseUnmarshaller.Instance;

            return InvokeAsync<AddAttributesToFindingsRequest,AddAttributesToFindingsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonInspectorClient