Amazon.Route53.Model.Internal.MarshallTransformations.DeleteHealthCheckResponseUnmarshaller.Unmarshall C# (CSharp) Метод

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

public Unmarshall ( Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext context ) : AmazonWebServiceResponse
context Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext
Результат Amazon.Runtime.AmazonWebServiceResponse
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context) 
        {   
            DeleteHealthCheckResponse response = new DeleteHealthCheckResponse();
            
            while (context.Read())
            {
                if (context.IsStartElement)
                {
                    UnmarshallResult(context,response);
                    break;
                }
            }
                 
                        
            return response;
        }