Beispiel #1
0
 public System.Threading.Tasks.Task <Rac.VOne.Web.Models.MatchingSourceResult> SolveAsync(string SessionKey, Rac.VOne.Web.Models.MatchingSource source, Rac.VOne.Web.Models.CollationSearch option)
 {
     return(base.Channel.SolveAsync(SessionKey, source, option));
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <Rac.VOne.Web.Models.MatchingHeadersResult> SearchMatchedDataAsync(string SessionKey, Rac.VOne.Web.Models.CollationSearch CollationSearch, string connectionId)
 {
     return(base.Channel.SearchMatchedDataAsync(SessionKey, CollationSearch, connectionId));
 }
Beispiel #3
0
 public Rac.VOne.Web.Models.MatchingSourceResult Solve(string SessionKey, Rac.VOne.Web.Models.MatchingSource source, Rac.VOne.Web.Models.CollationSearch option)
 {
     return(base.Channel.Solve(SessionKey, source, option));
 }
Beispiel #4
0
 public Rac.VOne.Web.Models.MatchingHeadersResult SearchMatchedData(string SessionKey, Rac.VOne.Web.Models.CollationSearch CollationSearch, string connectionId)
 {
     return(base.Channel.SearchMatchedData(SessionKey, CollationSearch, connectionId));
 }
Beispiel #5
0
 public System.Threading.Tasks.Task <Rac.VOne.Web.Models.MatchingResult> SequentialMatchingAsync(string SessionKey, Rac.VOne.Web.Models.Collation[] Collations, Rac.VOne.Web.Models.CollationSearch CollationSearch, string connectionId)
 {
     return(base.Channel.SequentialMatchingAsync(SessionKey, Collations, CollationSearch, connectionId));
 }
Beispiel #6
0
 public Rac.VOne.Web.Models.MatchingResult SequentialMatching(string SessionKey, Rac.VOne.Web.Models.Collation[] Collations, Rac.VOne.Web.Models.CollationSearch CollationSearch, string connectionId)
 {
     return(base.Channel.SequentialMatching(SessionKey, Collations, CollationSearch, connectionId));
 }
Beispiel #7
0
 public System.Threading.Tasks.Task <Rac.VOne.Web.Models.CollationsResult> CollateAsync(string SessionKey, Rac.VOne.Web.Models.CollationSearch CollationSearch, string connectionId)
 {
     return(base.Channel.CollateAsync(SessionKey, CollationSearch, connectionId));
 }
Beispiel #8
0
 public Rac.VOne.Web.Models.CollationsResult Collate(string SessionKey, Rac.VOne.Web.Models.CollationSearch CollationSearch, string connectionId)
 {
     return(base.Channel.Collate(SessionKey, CollationSearch, connectionId));
 }