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

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

private UnmarshallResult ( Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext context, SetLoadBalancerListenerSSLCertificateResponse response ) : void
context Amazon.Runtime.Internal.Transform.XmlUnmarshallerContext
response Amazon.ElasticLoadBalancing.Model.SetLoadBalancerListenerSSLCertificateResponse
Результат void
        private static void UnmarshallResult(XmlUnmarshallerContext context, SetLoadBalancerListenerSSLCertificateResponse response)
        {
            
            int originalDepth = context.CurrentDepth;
            int targetDepth = originalDepth + 1;
            
            if (context.IsStartOfDocument) 
               targetDepth += 2;
            
            while (context.ReadAtDepth(originalDepth))
            {
                if (context.IsStartElement || context.IsAttribute)
                {

                } 
           }

            return;
        }
SetLoadBalancerListenerSSLCertificateResponseUnmarshaller