/// <remarks/>
 public void getIEAsync(getIE getIE1, object userState) {
     if ((this.getIEOperationCompleted == null)) {
         this.getIEOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetIEOperationCompleted);
     }
     this.InvokeAsync("getIE", new object[] {
                 getIE1}, this.getIEOperationCompleted, userState);
 }
 /// <remarks/>
 public void getIEAsync(getIE getIE1) {
     this.getIEAsync(getIE1, null);
 }