/// <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); }
public TransitAccountBlogPost[] SearchAccountBlogPosts(string ticket, string s, ServiceQueryOptions options) { object[] results = this.Invoke("SearchAccountBlogPosts", new object[] { ticket, s, options}); return ((TransitAccountBlogPost[])(results[0])); }
/// <remarks/> public void SearchAccountBlogPostsAsync(string ticket, string s, ServiceQueryOptions options) { this.SearchAccountBlogPostsAsync(ticket, s, options, null); }
/// <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); }
/// <remarks/> public void GetAccountBlogAuthorsAsync(string ticket, int id, ServiceQueryOptions options) { this.GetAccountBlogAuthorsAsync(ticket, id, options, null); }
public TransitAccountBlogAuthor[] GetAccountBlogAuthors(string ticket, int id, ServiceQueryOptions options) { object[] results = this.Invoke("GetAccountBlogAuthors", new object[] { ticket, id, options}); return ((TransitAccountBlogAuthor[])(results[0])); }
/// <remarks/> public void GetAccountBlogPostsAsync(string ticket, TransitAccountBlogPostQueryOptions qopt, ServiceQueryOptions options) { this.GetAccountBlogPostsAsync(ticket, qopt, options, null); }
public TransitAccountBlogPost[] GetAccountBlogPosts(string ticket, TransitAccountBlogPostQueryOptions qopt, ServiceQueryOptions options) { object[] results = this.Invoke("GetAccountBlogPosts", new object[] { ticket, qopt, options}); return ((TransitAccountBlogPost[])(results[0])); }