Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.CustomizeRuntimePipeline C# (CSharp) 메소드

CustomizeRuntimePipeline() 보호된 메소드

Customize the pipeline
protected CustomizeRuntimePipeline ( RuntimePipeline pipeline ) : void
pipeline RuntimePipeline
리턴 void
        protected override void CustomizeRuntimePipeline(RuntimePipeline pipeline)
        {
            pipeline.AddHandlerBefore<Amazon.Runtime.Internal.Marshaller>(new Amazon.ElasticTranscoder.Internal.AmazonElasticTranscoderPreMarshallHandler());
        }