Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.ReadJob C# (CSharp) Method

ReadJob() public method

The ReadJob operation returns detailed information about a job.
/// 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 ReadJob ( ReadJobRequest request ) : ReadJobResponse
request Amazon.ElasticTranscoder.Model.ReadJobRequest Container for the necessary parameters to execute the ReadJob service method.
return Amazon.ElasticTranscoder.Model.ReadJobResponse
        public ReadJobResponse ReadJob(ReadJobRequest request)
        {
            var marshaller = new ReadJobRequestMarshaller();
            var unmarshaller = ReadJobResponseUnmarshaller.Instance;

            return Invoke<ReadJobRequest,ReadJobResponse>(request, marshaller, unmarshaller);
        }