Exemplo n.º 1
0
        /// <summary>Update the web reference item by using the map file.</summary>
        public void Update()
        {
            WebServiceDiscoveryResult service = engine.Load(this);

            service.Update();
        }
Exemplo n.º 2
0
        /// <summary>Update the web reference item by using the map file.</summary>
        public Task Update()
        {
            WebServiceDiscoveryResult service = engine.Load(this);

            return(service.Update());
        }