/// <remarks/>
 public void getFilePathByDvsAsync(getFilePathByDvs getFilePathByDvs1, object userState) {
     if ((this.getFilePathByDvsOperationCompleted == null)) {
         this.getFilePathByDvsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetFilePathByDvsOperationCompleted);
     }
     this.InvokeAsync("getFilePathByDvs", new object[] {
                 getFilePathByDvs1}, this.getFilePathByDvsOperationCompleted, userState);
 }
 /// <remarks/>
 public void getFilePathByDvsAsync(getFilePathByDvs getFilePathByDvs1) {
     this.getFilePathByDvsAsync(getFilePathByDvs1, null);
 }