Example #1
0
 /// <remarks/>
 public void GetPartyByNameAsync(GetPartyByName GetPartyByName1, object userState) {
     if ((this.GetPartyByNameOperationCompleted == null)) {
         this.GetPartyByNameOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetPartyByNameOperationCompleted);
     }
     this.InvokeAsync("GetPartyByName", new object[] {
                 GetPartyByName1}, this.GetPartyByNameOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void GetPartyByNameAsync(GetPartyByName GetPartyByName1) {
     this.GetPartyByNameAsync(GetPartyByName1, null);
 }