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

EndListJobs() public method

Finishes the asynchronous execution of the ListJobs operation.
public EndListJobs ( IAsyncResult asyncResult ) : Amazon.DeviceFarm.Model.ListJobsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListJobs.
return Amazon.DeviceFarm.Model.ListJobsResponse
        public  ListJobsResponse EndListJobs(IAsyncResult asyncResult)
        {
            return EndInvoke<ListJobsResponse>(asyncResult);
        }
AmazonDeviceFarmClient