Пример #1
0
 /// <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);
 }
Пример #2
0
 /// <remarks/>
 public void GetAllAccountFeedItemsAsync(string ticket, TransitAccountFeedItemQueryOptions qopt, ServiceQueryOptions options) {
     this.GetAllAccountFeedItemsAsync(ticket, qopt, options, null);
 }
Пример #3
0
 /// <remarks/>
 public void GetAllAccountFeedItemsCountAsync(string ticket, TransitAccountFeedItemQueryOptions qopt) {
     this.GetAllAccountFeedItemsCountAsync(ticket, qopt, null);
 }
Пример #4
0
 public TransitAccountFeedItem[] GetAllAccountFeedItems(string ticket, TransitAccountFeedItemQueryOptions qopt, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAllAccountFeedItems", new object[] {
                 ticket,
                 qopt,
                 options});
     return ((TransitAccountFeedItem[])(results[0]));
 }
Пример #5
0
 public int GetAllAccountFeedItemsCount(string ticket, TransitAccountFeedItemQueryOptions qopt) {
     object[] results = this.Invoke("GetAllAccountFeedItemsCount", new object[] {
                 ticket,
                 qopt});
     return ((int)(results[0]));
 }