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

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

Finishes the asynchronous execution of the StopAssessmentRun operation.
public EndStopAssessmentRun ( IAsyncResult asyncResult ) : StopAssessmentRunResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopAssessmentRun.
Результат StopAssessmentRunResponse
        public  StopAssessmentRunResponse EndStopAssessmentRun(IAsyncResult asyncResult)
        {
            return EndInvoke<StopAssessmentRunResponse>(asyncResult);
        }
AmazonInspectorClient