Returns information about the DeleteHealthCheck response and response metadata.
Inheritance: DeleteHealthCheckResult
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            DeleteHealthCheckResponse response = new DeleteHealthCheckResponse();
            while (context.Read())
            {
                if (context.IsStartElement)
                {
                    response.DeleteHealthCheckResult = DeleteHealthCheckResultUnmarshaller.GetInstance().Unmarshall(context);
                    break;
                }
            }

            return response;
        }
 public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context) 
 {   
     DeleteHealthCheckResponse response = new DeleteHealthCheckResponse();
     
     while (context.Read())
     {
         if (context.IsStartElement)
         {
             UnmarshallResult(context,response);
             break;
         }
     }
          
                 
     return response;
 }
        private static void UnmarshallResult(XmlUnmarshallerContext context,DeleteHealthCheckResponse response)
        {
            
            int originalDepth = context.CurrentDepth;
            int targetDepth = originalDepth + 1;
            
            if (context.IsStartOfDocument) 
               targetDepth += 2;
            
            while (context.Read())
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                }
                else if (context.IsEndElement && context.CurrentDepth < originalDepth)
                {
                    return;
                }
            }
                            


            return;
        }
 /// <summary>
 /// Unmarshaller the response from the service to the response class.
 /// </summary>  
 /// <param name="context"></param>
 /// <returns></returns>
 public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
 {
     DeleteHealthCheckResponse response = new DeleteHealthCheckResponse();
     
     return response;
 }