Amazon.Batch.AmazonBatchClient.ListJobs C# (CSharp) Метод

ListJobs() публичный Метод

Returns a list of task jobs for a specified job queue. You can filter the results by job status with the jobStatus parameter.
/// These errors are usually caused by a client action, such as using an action or resource /// on behalf of a user that doesn't have permission to use the action or resource, or /// specifying an identifier that is not valid. /// /// These errors are usually caused by a server issue. ///
public ListJobs ( ListJobsRequest request ) : ListJobsResponse
request Amazon.Batch.Model.ListJobsRequest Container for the necessary parameters to execute the ListJobs service method.
Результат Amazon.Batch.Model.ListJobsResponse
        public ListJobsResponse ListJobs(ListJobsRequest request)
        {
            var marshaller = new ListJobsRequestMarshaller();
            var unmarshaller = ListJobsResponseUnmarshaller.Instance;

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