/// <remarks/> public void CreateOrUpdateAccountPlaceAsync(string ticket, TransitAccountPlace accountplace) { this.CreateOrUpdateAccountPlaceAsync(ticket, accountplace, null); }
/// <remarks/> public void CreateOrUpdateAccountPlaceAsync(string ticket, TransitAccountPlace accountplace, object userState) { if ((this.CreateOrUpdateAccountPlaceOperationCompleted == null)) { this.CreateOrUpdateAccountPlaceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateOrUpdateAccountPlaceOperationCompleted); } this.InvokeAsync("CreateOrUpdateAccountPlace", new object[] { ticket, accountplace}, this.CreateOrUpdateAccountPlaceOperationCompleted, userState); }
public int CreateOrUpdateAccountPlace(string ticket, TransitAccountPlace accountplace) { object[] results = this.Invoke("CreateOrUpdateAccountPlace", new object[] { ticket, accountplace}); return ((int)(results[0])); }