Amazon.Inspector.AmazonInspectorClient.EndDescribeFindings C# (CSharp) Метод

EndDescribeFindings() публичный Метод

Finishes the asynchronous execution of the DescribeFindings operation.
public EndDescribeFindings ( IAsyncResult asyncResult ) : DescribeFindingsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeFindings.
Результат Amazon.Inspector.Model.DescribeFindingsResponse
        public  DescribeFindingsResponse EndDescribeFindings(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeFindingsResponse>(asyncResult);
        }
AmazonInspectorClient