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

EndListTests() public method

Finishes the asynchronous execution of the ListTests operation.
public EndListTests ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListTestsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListTests.
return Amazon.DeviceFarm.Model.ListTestsResponse
        public  ListTestsResponse EndListTests(IAsyncResult asyncResult)
        {
            return EndInvoke<ListTestsResponse>(asyncResult);
        }
AmazonDeviceFarmClient