예제 #1
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <remarks/>
 public void SearchAccountFeedItemsAsync(string ticket, string s, ServiceQueryOptions options) {
     this.SearchAccountFeedItemsAsync(ticket, s, options, null);
 }
예제 #2
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <remarks/>
 public void SearchAccountFeedItemsAsync(string ticket, string s, ServiceQueryOptions options, object userState) {
     if ((this.SearchAccountFeedItemsOperationCompleted == null)) {
         this.SearchAccountFeedItemsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSearchAccountFeedItemsOperationCompleted);
     }
     this.InvokeAsync("SearchAccountFeedItems", new object[] {
                 ticket,
                 s,
                 options}, this.SearchAccountFeedItemsOperationCompleted, userState);
 }
예제 #3
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <remarks/>
 public void GetAccountFeedItemsAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountFeedItemsAsync(ticket, id, options, null);
 }
예제 #4
0
파일: Reference.cs 프로젝트: dblock/sncore
 public TransitAccountFeedItem[] SearchAccountFeedItems(string ticket, string s, ServiceQueryOptions options) {
     object[] results = this.Invoke("SearchAccountFeedItems", new object[] {
                 ticket,
                 s,
                 options});
     return ((TransitAccountFeedItem[])(results[0]));
 }
예제 #5
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <remarks/>
 public void GetAllAccountFeedItemsAsync(string ticket, TransitAccountFeedItemQueryOptions qopt, ServiceQueryOptions options) {
     this.GetAllAccountFeedItemsAsync(ticket, qopt, options, null);
 }
예제 #6
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <remarks/>
 public void GetAllAccountFeedItemsAsync(string ticket, TransitAccountFeedItemQueryOptions qopt, ServiceQueryOptions options, object userState) {
     if ((this.GetAllAccountFeedItemsOperationCompleted == null)) {
         this.GetAllAccountFeedItemsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAllAccountFeedItemsOperationCompleted);
     }
     this.InvokeAsync("GetAllAccountFeedItems", new object[] {
                 ticket,
                 qopt,
                 options}, this.GetAllAccountFeedItemsOperationCompleted, userState);
 }
예제 #7
0
파일: Reference.cs 프로젝트: dblock/sncore
 public TransitAccountFeedItem[] GetAllAccountFeedItems(string ticket, TransitAccountFeedItemQueryOptions qopt, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAllAccountFeedItems", new object[] {
                 ticket,
                 qopt,
                 options});
     return ((TransitAccountFeedItem[])(results[0]));
 }
예제 #8
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <remarks/>
 public void GetFeedTypesAsync(string ticket, ServiceQueryOptions options) {
     this.GetFeedTypesAsync(ticket, options, null);
 }
예제 #9
0
파일: Reference.cs 프로젝트: dblock/sncore
 public TransitFeedType[] GetFeedTypes(string ticket, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetFeedTypes", new object[] {
                 ticket,
                 options});
     return ((TransitFeedType[])(results[0]));
 }
예제 #10
0
파일: Reference.cs 프로젝트: dblock/sncore
 public TransitRssChannelItems GetAccountRssWatchItems(string ticket, int id, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountRssWatchItems", new object[] {
                 ticket,
                 id,
                 options});
     return ((TransitRssChannelItems)(results[0]));
 }
예제 #11
0
파일: Reference.cs 프로젝트: dblock/sncore
 /// <remarks/>
 public void GetAccountRssWatchsAsync(string ticket, int id, ServiceQueryOptions options, object userState) {
     if ((this.GetAccountRssWatchsOperationCompleted == null)) {
         this.GetAccountRssWatchsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAccountRssWatchsOperationCompleted);
     }
     this.InvokeAsync("GetAccountRssWatchs", new object[] {
                 ticket,
                 id,
                 options}, this.GetAccountRssWatchsOperationCompleted, userState);
 }