예제 #1
0
파일: Reference.cs 프로젝트: fwka1605/next
 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));
 }
예제 #2
0
파일: Reference.cs 프로젝트: fwka1605/next
 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));
 }
예제 #3
0
파일: Reference.cs 프로젝트: fwka1605/next
 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));
 }
예제 #4
0
파일: Reference.cs 프로젝트: fwka1605/next
 public Rac.VOne.Web.Models.MatchingHeadersResult SearchMatchedData(string SessionKey, Rac.VOne.Web.Models.CollationSearch CollationSearch, string connectionId)
 {
     return(base.Channel.SearchMatchedData(SessionKey, CollationSearch, connectionId));
 }
예제 #5
0
파일: Reference.cs 프로젝트: fwka1605/next
 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));
 }
예제 #6
0
파일: Reference.cs 프로젝트: fwka1605/next
 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));
 }
예제 #7
0
파일: Reference.cs 프로젝트: fwka1605/next
 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));
 }
예제 #8
0
파일: Reference.cs 프로젝트: fwka1605/next
 public Rac.VOne.Web.Models.CollationsResult Collate(string SessionKey, Rac.VOne.Web.Models.CollationSearch CollationSearch, string connectionId)
 {
     return(base.Channel.Collate(SessionKey, CollationSearch, connectionId));
 }