/// <remarks/>
 public void getIEMDAsync(getIEMD getIEMD1, object userState) {
     if ((this.getIEMDOperationCompleted == null)) {
         this.getIEMDOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetIEMDOperationCompleted);
     }
     this.InvokeAsync("getIEMD", new object[] {
                 getIEMD1}, this.getIEMDOperationCompleted, userState);
 }
 /// <remarks/>
 public void getIEMDAsync(getIEMD getIEMD1) {
     this.getIEMDAsync(getIEMD1, null);
 }