Amazon.DeviceFarm.AmazonDeviceFarmClient.EndListTests C# (CSharp) 메소드

EndListTests() 공개 메소드

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.
리턴 Amazon.DeviceFarm.Model.ListTestsResponse
        public  ListTestsResponse EndListTests(IAsyncResult asyncResult)
        {
            return EndInvoke<ListTestsResponse>(asyncResult);
        }
AmazonDeviceFarmClient