Amazon.DeviceFarm.AmazonDeviceFarmClient.EndListUniqueProblems C# (CSharp) Method

EndListUniqueProblems() public method

Finishes the asynchronous execution of the ListUniqueProblems operation.
public EndListUniqueProblems ( IAsyncResult asyncResult ) : ListUniqueProblemsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListUniqueProblems.
return Amazon.DeviceFarm.Model.ListUniqueProblemsResponse
        public  ListUniqueProblemsResponse EndListUniqueProblems(IAsyncResult asyncResult)
        {
            return EndInvoke<ListUniqueProblemsResponse>(asyncResult);
        }
AmazonDeviceFarmClient