Пример #1
0
 public System.Threading.Tasks.Task <Evolution.Textkernel.Extract.extractResponse> extractAsync(string account, string username, string password, string fileName, byte[] fileContent, byte[] tmfFileContent, byte[] apimap, Evolution.Textkernel.Extract.entry[] options)
 {
     Evolution.Textkernel.Extract.extractRequest inValue = new Evolution.Textkernel.Extract.extractRequest();
     inValue.account        = account;
     inValue.username       = username;
     inValue.password       = password;
     inValue.fileName       = fileName;
     inValue.fileContent    = fileContent;
     inValue.tmfFileContent = tmfFileContent;
     inValue.apimap         = apimap;
     inValue.options        = options;
     return(((Evolution.Textkernel.Extract.ExtractInterface)(this)).extractAsync(inValue));
 }
Пример #2
0
 System.Threading.Tasks.Task <Evolution.Textkernel.Extract.extractResponse> Evolution.Textkernel.Extract.ExtractInterface.extractAsync(Evolution.Textkernel.Extract.extractRequest request)
 {
     return(base.Channel.extractAsync(request));
 }