/// <remarks/>
 public void getIEByDVSAsync(getIEByDVS getIEByDVS1, object userState) {
     if ((this.getIEByDVSOperationCompleted == null)) {
         this.getIEByDVSOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetIEByDVSOperationCompleted);
     }
     this.InvokeAsync("getIEByDVS", new object[] {
                 getIEByDVS1}, this.getIEByDVSOperationCompleted, userState);
 }
 /// <remarks/>
 public void getIEByDVSAsync(getIEByDVS getIEByDVS1) {
     this.getIEByDVSAsync(getIEByDVS1, null);
 }