Amazon.Redshift.Model.Internal.MarshallTransformations.CreateClusterSecurityGroupResponseUnmarshaller.UnmarshallResult C# (CSharp) Метод

UnmarshallResult() приватный статический Метод

private static UnmarshallResult ( Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext context, CreateClusterSecurityGroupResponse response ) : void
context Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext
response Amazon.Redshift.Model.CreateClusterSecurityGroupResponse
Результат void
        private static void UnmarshallResult(XmlUnmarshallerContext context, CreateClusterSecurityGroupResponse 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("ClusterSecurityGroup", targetDepth))
                    {
                        var unmarshaller = ClusterSecurityGroupUnmarshaller.Instance;
                        response.ClusterSecurityGroup = unmarshaller.Unmarshall(context);
                        continue;
                    }
                } 
           }

            return;
        }
CreateClusterSecurityGroupResponseUnmarshaller