Exemplo n.º 1
0
        public Response AmendAdvert([System.Xml.Serialization.XmlElementAttribute("AmendAdvert", Namespace = "http://jobg8.com/messages")] AmendAdvertRequest AmendAdvert1)
        {
            object[] results = this.Invoke("AmendAdvert", new object[] {
                AmendAdvert1
            });

            return((Response)(results[0]));
        }
Exemplo n.º 2
0
 /// <remarks/>
 public void AmendAdvertAsync(AmendAdvertRequest AmendAdvert1, object userState)
 {
     if ((this.AmendAdvertOperationCompleted == null))
     {
         this.AmendAdvertOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAmendAdvertOperationCompleted);
     }
     this.InvokeAsync("AmendAdvert", new object[] {
         AmendAdvert1
     }, this.AmendAdvertOperationCompleted, userState);
 }
Exemplo n.º 3
0
 /// <remarks/>
 public void AmendAdvertAsync(AmendAdvertRequest AmendAdvert1)
 {
     this.AmendAdvertAsync(AmendAdvert1, null);
 }