/// <remarks/> public void CreateOrUpdateAccountBlogAuthorAsync(string ticket, TransitAccountBlogAuthor author) { this.CreateOrUpdateAccountBlogAuthorAsync(ticket, author, null); }
/// <remarks/> public void CreateOrUpdateAccountBlogAuthorAsync(string ticket, TransitAccountBlogAuthor author, object userState) { if ((this.CreateOrUpdateAccountBlogAuthorOperationCompleted == null)) { this.CreateOrUpdateAccountBlogAuthorOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateOrUpdateAccountBlogAuthorOperationCompleted); } this.InvokeAsync("CreateOrUpdateAccountBlogAuthor", new object[] { ticket, author}, this.CreateOrUpdateAccountBlogAuthorOperationCompleted, userState); }
public int CreateOrUpdateAccountBlogAuthor(string ticket, TransitAccountBlogAuthor author) { object[] results = this.Invoke("CreateOrUpdateAccountBlogAuthor", new object[] { ticket, author}); return ((int)(results[0])); }