Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.ListJobsByPipeline C# (CSharp) Метод

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

The ListJobsByPipeline operation gets a list of the jobs currently in a pipeline.

Elastic Transcoder returns all of the jobs currently in the specified pipeline. The response body contains one element for each job that satisfies the search criteria.

/// General authentication failure. The request was not signed correctly. /// /// /// /// Elastic Transcoder encountered an unexpected exception while trying to fulfill the /// request. /// /// The requested resource does not exist or is not available. For example, the pipeline /// to which you're trying to add a job doesn't exist or is still being created. /// /// One or more required parameter values were not provided in the request. ///
public ListJobsByPipeline ( ListJobsByPipelineRequest request ) : ListJobsByPipelineResponse
request Amazon.ElasticTranscoder.Model.ListJobsByPipelineRequest Container for the necessary parameters to execute the ListJobsByPipeline service method.
Результат Amazon.ElasticTranscoder.Model.ListJobsByPipelineResponse
        public ListJobsByPipelineResponse ListJobsByPipeline(ListJobsByPipelineRequest request)
        {
            var marshaller = new ListJobsByPipelineRequestMarshaller();
            var unmarshaller = ListJobsByPipelineResponseUnmarshaller.Instance;

            return Invoke<ListJobsByPipelineRequest,ListJobsByPipelineResponse>(request, marshaller, unmarshaller);
        }