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

ListJobs() public method

Gets information about jobs.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public ListJobs ( Amazon.DeviceFarm.Model.ListJobsRequest request ) : Amazon.DeviceFarm.Model.ListJobsResponse
request Amazon.DeviceFarm.Model.ListJobsRequest Container for the necessary parameters to execute the ListJobs service method.
return Amazon.DeviceFarm.Model.ListJobsResponse
        public ListJobsResponse ListJobs(ListJobsRequest request)
        {
            var marshaller = new ListJobsRequestMarshaller();
            var unmarshaller = ListJobsResponseUnmarshaller.Instance;

            return Invoke<ListJobsRequest,ListJobsResponse>(request, marshaller, unmarshaller);
        }
AmazonDeviceFarmClient