コード例 #1
0
ファイル: Reference.cs プロジェクト: qwdf1615/sncore
 public TransitAccount[] SearchTagWordAccounts(string ticket, string search, ServiceQueryOptions options)
 {
     object[] results = this.Invoke("SearchTagWordAccounts", new object[] {
         ticket,
         search,
         options
     });
     return((TransitAccount[])(results[0]));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: qwdf1615/sncore
 public TransitAccount[] GetTagWordAccountsById(string ticket, int id, ServiceQueryOptions options)
 {
     object[] results = this.Invoke("GetTagWordAccountsById", new object[] {
         ticket,
         id,
         options
     });
     return((TransitAccount[])(results[0]));
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: qwdf1615/sncore
 /// <remarks/>
 public void GetTagWordAccountsByIdAsync(string ticket, int id, ServiceQueryOptions options, object userState)
 {
     if ((this.GetTagWordAccountsByIdOperationCompleted == null))
     {
         this.GetTagWordAccountsByIdOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetTagWordAccountsByIdOperationCompleted);
     }
     this.InvokeAsync("GetTagWordAccountsById", new object[] {
         ticket,
         id,
         options
     }, this.GetTagWordAccountsByIdOperationCompleted, userState);
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: qwdf1615/sncore
 /// <remarks/>
 public void SearchTagWordAccountsAsync(string ticket, string search, ServiceQueryOptions options, object userState)
 {
     if ((this.SearchTagWordAccountsOperationCompleted == null))
     {
         this.SearchTagWordAccountsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSearchTagWordAccountsOperationCompleted);
     }
     this.InvokeAsync("SearchTagWordAccounts", new object[] {
         ticket,
         search,
         options
     }, this.SearchTagWordAccountsOperationCompleted, userState);
 }
コード例 #5
0
ファイル: Reference.cs プロジェクト: qwdf1615/sncore
 /// <remarks/>
 public void GetTagWordAccountsByIdAsync(string ticket, int id, ServiceQueryOptions options)
 {
     this.GetTagWordAccountsByIdAsync(ticket, id, options, null);
 }
コード例 #6
0
ファイル: Reference.cs プロジェクト: qwdf1615/sncore
 /// <remarks/>
 public void GetTagWordsAsync(string ticket, TransitTagWordQueryOptions queryoptions, ServiceQueryOptions options, object userState)
 {
     if ((this.GetTagWordsOperationCompleted == null))
     {
         this.GetTagWordsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetTagWordsOperationCompleted);
     }
     this.InvokeAsync("GetTagWords", new object[] {
         ticket,
         queryoptions,
         options
     }, this.GetTagWordsOperationCompleted, userState);
 }
コード例 #7
0
ファイル: Reference.cs プロジェクト: qwdf1615/sncore
 /// <remarks/>
 public void GetTagWordsAsync(string ticket, TransitTagWordQueryOptions queryoptions, ServiceQueryOptions options)
 {
     this.GetTagWordsAsync(ticket, queryoptions, options, null);
 }
コード例 #8
0
ファイル: Reference.cs プロジェクト: dblock/sncore
 /// <remarks/>
 public void GetTagWordsAsync(string ticket, TransitTagWordQueryOptions queryoptions, ServiceQueryOptions options) {
     this.GetTagWordsAsync(ticket, queryoptions, options, null);
 }
コード例 #9
0
ファイル: Reference.cs プロジェクト: dblock/sncore
 /// <remarks/>
 public void SearchTagWordAccountsAsync(string ticket, string search, ServiceQueryOptions options, object userState) {
     if ((this.SearchTagWordAccountsOperationCompleted == null)) {
         this.SearchTagWordAccountsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSearchTagWordAccountsOperationCompleted);
     }
     this.InvokeAsync("SearchTagWordAccounts", new object[] {
                 ticket,
                 search,
                 options}, this.SearchTagWordAccountsOperationCompleted, userState);
 }
コード例 #10
0
ファイル: Reference.cs プロジェクト: dblock/sncore
 /// <remarks/>
 public void SearchTagWordAccountsAsync(string ticket, string search, ServiceQueryOptions options) {
     this.SearchTagWordAccountsAsync(ticket, search, options, null);
 }
コード例 #11
0
ファイル: Reference.cs プロジェクト: dblock/sncore
 public TransitAccount[] SearchTagWordAccounts(string ticket, string search, ServiceQueryOptions options) {
     object[] results = this.Invoke("SearchTagWordAccounts", new object[] {
                 ticket,
                 search,
                 options});
     return ((TransitAccount[])(results[0]));
 }
コード例 #12
0
ファイル: Reference.cs プロジェクト: dblock/sncore
 /// <remarks/>
 public void GetTagWordAccountsByIdAsync(string ticket, int id, ServiceQueryOptions options, object userState) {
     if ((this.GetTagWordAccountsByIdOperationCompleted == null)) {
         this.GetTagWordAccountsByIdOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetTagWordAccountsByIdOperationCompleted);
     }
     this.InvokeAsync("GetTagWordAccountsById", new object[] {
                 ticket,
                 id,
                 options}, this.GetTagWordAccountsByIdOperationCompleted, userState);
 }
コード例 #13
0
ファイル: Reference.cs プロジェクト: dblock/sncore
 /// <remarks/>
 public void GetTagWordAccountsByIdAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetTagWordAccountsByIdAsync(ticket, id, options, null);
 }
コード例 #14
0
ファイル: Reference.cs プロジェクト: dblock/sncore
 public TransitAccount[] GetTagWordAccountsById(string ticket, int id, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetTagWordAccountsById", new object[] {
                 ticket,
                 id,
                 options});
     return ((TransitAccount[])(results[0]));
 }
コード例 #15
0
ファイル: Reference.cs プロジェクト: dblock/sncore
 /// <remarks/>
 public void GetTagWordsAsync(string ticket, TransitTagWordQueryOptions queryoptions, ServiceQueryOptions options, object userState) {
     if ((this.GetTagWordsOperationCompleted == null)) {
         this.GetTagWordsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetTagWordsOperationCompleted);
     }
     this.InvokeAsync("GetTagWords", new object[] {
                 ticket,
                 queryoptions,
                 options}, this.GetTagWordsOperationCompleted, userState);
 }
コード例 #16
0
ファイル: Reference.cs プロジェクト: qwdf1615/sncore
 /// <remarks/>
 public void SearchTagWordAccountsAsync(string ticket, string search, ServiceQueryOptions options)
 {
     this.SearchTagWordAccountsAsync(ticket, search, options, null);
 }
コード例 #17
0
ファイル: Reference.cs プロジェクト: qwdf1615/sncore
 public TransitTagWord[] GetTagWords(string ticket, TransitTagWordQueryOptions queryoptions, ServiceQueryOptions options)
 {
     object[] results = this.Invoke("GetTagWords", new object[] {
         ticket,
         queryoptions,
         options
     });
     return((TransitTagWord[])(results[0]));
 }
コード例 #18
0
ファイル: Reference.cs プロジェクト: dblock/sncore
 public TransitTagWord[] GetTagWords(string ticket, TransitTagWordQueryOptions queryoptions, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetTagWords", new object[] {
                 ticket,
                 queryoptions,
                 options});
     return ((TransitTagWord[])(results[0]));
 }