Amazon.ElastiCache.Model.Internal.MarshallTransformations.ModifyCacheClusterResponseUnmarshaller.UnmarshallResult C# (CSharp) Method

UnmarshallResult() private static method

private static UnmarshallResult ( Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext context, ModifyCacheClusterResponse response ) : void
context Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext
response Amazon.ElastiCache.Model.ModifyCacheClusterResponse
return void
        private static void UnmarshallResult(XmlUnmarshallerContext context, ModifyCacheClusterResponse response)
        {
            
            int originalDepth = context.CurrentDepth;
            int targetDepth = originalDepth + 1;
            
            if (context.IsStartOfDocument) 
               targetDepth += 2;
            
            while (context.ReadAtDepth(originalDepth))
            {
                if (context.IsStartElement || context.IsAttribute)
                {

                    if (context.TestExpression("CacheCluster", targetDepth))
                    {
                        var unmarshaller = CacheClusterUnmarshaller.Instance;
                        response.CacheCluster = unmarshaller.Unmarshall(context);
                        continue;
                    }
                } 
           }

            return;
        }