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

EndListRuns() public method

Finishes the asynchronous execution of the ListRuns operation.
public EndListRuns ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListRunsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListRuns.
return Amazon.DeviceFarm.Model.ListRunsResponse
        public  ListRunsResponse EndListRuns(IAsyncResult asyncResult)
        {
            return EndInvoke<ListRunsResponse>(asyncResult);
        }
AmazonDeviceFarmClient