Exemplo n.º 1
0
 public System.Threading.Tasks.Task <Evolution.Textkernel.Extract.extractURLResponse> extractURLAsync(string account, string username, string password, string publicURL, string outputType, string customQueryString, Evolution.Textkernel.Extract.entry[] options)
 {
     Evolution.Textkernel.Extract.extractURLRequest inValue = new Evolution.Textkernel.Extract.extractURLRequest();
     inValue.account           = account;
     inValue.username          = username;
     inValue.password          = password;
     inValue.publicURL         = publicURL;
     inValue.outputType        = outputType;
     inValue.customQueryString = customQueryString;
     inValue.options           = options;
     return(((Evolution.Textkernel.Extract.ExtractInterface)(this)).extractURLAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <Evolution.Textkernel.Extract.extractURLResponse> Evolution.Textkernel.Extract.ExtractInterface.extractURLAsync(Evolution.Textkernel.Extract.extractURLRequest request)
 {
     return(base.Channel.extractURLAsync(request));
 }