コード例 #1
0
        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;
        }
コード例 #2
0
        public static DeleteHealthCheckResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteHealthCheckResponse deleteHealthCheckResponse = new DeleteHealthCheckResponse();

            deleteHealthCheckResponse.HttpResponse = context.HttpResponse;
            deleteHealthCheckResponse.RequestId    = context.StringValue("DeleteHealthCheck.RequestId");

            return(deleteHealthCheckResponse);
        }
        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);
        }
コード例 #4
0
        /// <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);
        }