Exemple #1
0
 /// <remarks/>
 public void CreateOrUpdateAccountBlogPostAsync(string ticket, TransitAccountBlogPost post) {
     this.CreateOrUpdateAccountBlogPostAsync(ticket, post, null);
 }
Exemple #2
0
 /// <remarks/>
 public void CreateOrUpdateAccountBlogPostAsync(string ticket, TransitAccountBlogPost post, object userState) {
     if ((this.CreateOrUpdateAccountBlogPostOperationCompleted == null)) {
         this.CreateOrUpdateAccountBlogPostOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateOrUpdateAccountBlogPostOperationCompleted);
     }
     this.InvokeAsync("CreateOrUpdateAccountBlogPost", new object[] {
                 ticket,
                 post}, this.CreateOrUpdateAccountBlogPostOperationCompleted, userState);
 }
Exemple #3
0
 public int CreateOrUpdateAccountBlogPost(string ticket, TransitAccountBlogPost post) {
     object[] results = this.Invoke("CreateOrUpdateAccountBlogPost", new object[] {
                 ticket,
                 post});
     return ((int)(results[0]));
 }