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

EndListAssessmentTemplates() public méthode

Finishes the asynchronous execution of the ListAssessmentTemplates operation.
public EndListAssessmentTemplates ( IAsyncResult asyncResult ) : ListAssessmentTemplatesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListAssessmentTemplates.
Résultat Amazon.Inspector.Model.ListAssessmentTemplatesResponse
        public  ListAssessmentTemplatesResponse EndListAssessmentTemplates(IAsyncResult asyncResult)
        {
            return EndInvoke<ListAssessmentTemplatesResponse>(asyncResult);
        }
AmazonInspectorClient