/// <remarks/> public void HT04_4_SaveAsync(fed070 model) { this.HT04_4_SaveAsync(model, null); }
/// <remarks/> public void HT04_4_SaveAsync(fed070 model, object userState) { if ((this.HT04_4_SaveOperationCompleted == null)) { this.HT04_4_SaveOperationCompleted = new System.Threading.SendOrPostCallback(this.OnHT04_4_SaveOperationCompleted); } this.InvokeAsync("HT04_4_Save", new object[] { model}, this.HT04_4_SaveOperationCompleted, userState); }
public bool HT04_4_Save(fed070 model) { object[] results = this.Invoke("HT04_4_Save", new object[] { model}); return ((bool)(results[0])); }