Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <FileNetDeleteService.FileNetDeleteResponse> FileNetDeleteAsync(FileNetDeleteService.FileNetDeleteRq_Type FileNetDeleteRq)
 {
     FileNetDeleteService.FileNetDeleteRequest inValue = new FileNetDeleteService.FileNetDeleteRequest();
     inValue.FileNetDeleteRq = FileNetDeleteRq;
     return(((FileNetDeleteService.FileNetDelete)(this)).FileNetDeleteAsync(inValue));
 }
Ejemplo n.º 2
0
 System.Threading.Tasks.Task <FileNetDeleteService.FileNetDeleteResponse> FileNetDeleteService.FileNetDelete.FileNetDeleteAsync(FileNetDeleteService.FileNetDeleteRequest request)
 {
     return(base.Channel.FileNetDeleteAsync(request));
 }