public gepirPartyGWO GetPartyByName([System.Xml.Serialization.XmlElementAttribute("GetPartyByName", Namespace = "http://www.gepir.org/")] GetPartyByNameGWO getPartyByName1)
        {
            object[] results = this.Invoke("GetPartyByName", new object[] {
                getPartyByName1
            });

            return((gepirPartyGWO)(results[0]));
        }
 /// <remarks/>
 public void GetPartyByNameAsync(GetPartyByNameGWO getPartyByName1, object userState)
 {
     if ((this.GetPartyByNameOperationCompleted == null))
     {
         this.GetPartyByNameOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetPartyByNameOperationCompleted);
     }
     this.InvokeAsync("GetPartyByName", new object[] {
         getPartyByName1
     }, this.GetPartyByNameOperationCompleted, userState);
 }
 /// <remarks/>
 public void GetPartyByNameAsync(GetPartyByNameGWO getPartyByName1, object userState)
 {
     if ((this.GetPartyByNameOperationCompleted == null))
     {
         this.GetPartyByNameOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetPartyByNameOperationCompleted);
     }
     this.InvokeAsync("GetPartyByName", new object[] {
                 getPartyByName1}, this.GetPartyByNameOperationCompleted, userState);
 }
 /// <remarks/>
 public void GetPartyByNameAsync(GetPartyByNameGWO getPartyByName1)
 {
     this.GetPartyByNameAsync(getPartyByName1, null);
 }
 /// <remarks/>
 public void GetPartyByNameAsync(GetPartyByNameGWO getPartyByName1)
 {
     this.GetPartyByNameAsync(getPartyByName1, null);
 }