Example #1
0
 /// <remarks/>
 public void SearchAccountBlogPostsAsync(string ticket, string s, ServiceQueryOptions options, object userState) {
     if ((this.SearchAccountBlogPostsOperationCompleted == null)) {
         this.SearchAccountBlogPostsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSearchAccountBlogPostsOperationCompleted);
     }
     this.InvokeAsync("SearchAccountBlogPosts", new object[] {
                 ticket,
                 s,
                 options}, this.SearchAccountBlogPostsOperationCompleted, userState);
 }
Example #2
0
 public TransitAccountBlogPost[] SearchAccountBlogPosts(string ticket, string s, ServiceQueryOptions options) {
     object[] results = this.Invoke("SearchAccountBlogPosts", new object[] {
                 ticket,
                 s,
                 options});
     return ((TransitAccountBlogPost[])(results[0]));
 }
Example #3
0
 /// <remarks/>
 public void SearchAccountBlogPostsAsync(string ticket, string s, ServiceQueryOptions options) {
     this.SearchAccountBlogPostsAsync(ticket, s, options, null);
 }
Example #4
0
 /// <remarks/>
 public void GetAccountBlogAuthorsAsync(string ticket, int id, ServiceQueryOptions options, object userState) {
     if ((this.GetAccountBlogAuthorsOperationCompleted == null)) {
         this.GetAccountBlogAuthorsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAccountBlogAuthorsOperationCompleted);
     }
     this.InvokeAsync("GetAccountBlogAuthors", new object[] {
                 ticket,
                 id,
                 options}, this.GetAccountBlogAuthorsOperationCompleted, userState);
 }
Example #5
0
 /// <remarks/>
 public void GetAccountBlogAuthorsAsync(string ticket, int id, ServiceQueryOptions options) {
     this.GetAccountBlogAuthorsAsync(ticket, id, options, null);
 }
Example #6
0
 public TransitAccountBlogAuthor[] GetAccountBlogAuthors(string ticket, int id, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountBlogAuthors", new object[] {
                 ticket,
                 id,
                 options});
     return ((TransitAccountBlogAuthor[])(results[0]));
 }
Example #7
0
 /// <remarks/>
 public void GetAccountBlogPostsAsync(string ticket, TransitAccountBlogPostQueryOptions qopt, ServiceQueryOptions options) {
     this.GetAccountBlogPostsAsync(ticket, qopt, options, null);
 }
Example #8
0
 public TransitAccountBlogPost[] GetAccountBlogPosts(string ticket, TransitAccountBlogPostQueryOptions qopt, ServiceQueryOptions options) {
     object[] results = this.Invoke("GetAccountBlogPosts", new object[] {
                 ticket,
                 qopt,
                 options});
     return ((TransitAccountBlogPost[])(results[0]));
 }