コード例 #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));
 }