public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context) 
        {
            DisassociateAddressResponse response = new DisassociateAddressResponse();
            
            while (context.Read())
            {
                
            }
                

            return response;
        }
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            DisassociateAddressResponse response = new DisassociateAddressResponse();

            int originalDepth = context.CurrentDepth;
            int targetDepth = originalDepth + 1;
            if (context.IsStartOfDocument) 
               targetDepth = 2;

            while (context.ReadAtDepth(originalDepth))
            {
                if (context.IsStartElement || context.IsAttribute)
                {

                } 
            }

            return response;
        }
Exemplo n.º 3
0
 internal void Disassociate()
 {
     Amazon.EC2.Model.DisassociateAddressResponse resp = myController.ec2.DisassociateAddress(new DisassociateAddressRequest()
                                                                                              .WithPublicIp(this.Name));
 }