Amazon.Inspector.AmazonInspectorClient.EndAddAttributesToFindings C# (CSharp) 메소드

EndAddAttributesToFindings() 공개 메소드

Finishes the asynchronous execution of the AddAttributesToFindings operation.
public EndAddAttributesToFindings ( IAsyncResult asyncResult ) : AddAttributesToFindingsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAddAttributesToFindings.
리턴 Amazon.Inspector.Model.AddAttributesToFindingsResponse
        public  AddAttributesToFindingsResponse EndAddAttributesToFindings(IAsyncResult asyncResult)
        {
            return EndInvoke<AddAttributesToFindingsResponse>(asyncResult);
        }
AmazonInspectorClient