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

UnmarshallResult() private static method

private static UnmarshallResult ( Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext context, DeleteSnapshotResponse response ) : void
context Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext
response Amazon.ElastiCache.Model.DeleteSnapshotResponse
return void
        private static void UnmarshallResult(XmlUnmarshallerContext context, DeleteSnapshotResponse 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("Snapshot", targetDepth))
                    {
                        var unmarshaller = SnapshotUnmarshaller.Instance;
                        response.Snapshot = unmarshaller.Unmarshall(context);
                        continue;
                    }
                } 
           }

            return;
        }