Returns information about the DeletePipelineResult response and response metadata.
Inheritance: Amazon.Runtime.AmazonWebServiceResponse
コード例 #1
0
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>  
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            DeletePipelineResponse response = new DeletePipelineResponse();


            return response;
        }
コード例 #2
0
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            DeletePipelineResponse response = new DeletePipelineResponse();

              context.Read();

              response.DeletePipelineResult = DeletePipelineResultUnmarshaller.GetInstance().Unmarshall(context);

              return response;
        }
コード例 #3
0
 private static void UnmarshallResult(JsonUnmarshallerContext context,DeletePipelineResponse response)
 {
                 
     return;
 }