コード例 #1
0
 public System.Threading.Tasks.Task <FileNetCheckOutService.FileNetCheckOutResponse> FileNetCheckOutAsync(FileNetCheckOutService.FileNetCheckOutRq_Type FileNetCheckOutRq)
 {
     FileNetCheckOutService.FileNetCheckOutRequest inValue = new FileNetCheckOutService.FileNetCheckOutRequest();
     inValue.FileNetCheckOutRq = FileNetCheckOutRq;
     return(((FileNetCheckOutService.FileNetCheckOut)(this)).FileNetCheckOutAsync(inValue));
 }
コード例 #2
0
 System.Threading.Tasks.Task <FileNetCheckOutService.FileNetCheckOutResponse> FileNetCheckOutService.FileNetCheckOut.FileNetCheckOutAsync(FileNetCheckOutService.FileNetCheckOutRequest request)
 {
     return(base.Channel.FileNetCheckOutAsync(request));
 }