/// <remarks/> public void AddUpdateBiochemistryAsync(Biochemistry model) { this.AddUpdateBiochemistryAsync(model, null); }
/// <remarks/> public void AddUpdateBiochemistryAsync(Biochemistry model, object userState) { if ((this.AddUpdateBiochemistryOperationCompleted == null)) { this.AddUpdateBiochemistryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddUpdateBiochemistryOperationCompleted); } this.InvokeAsync("AddUpdateBiochemistry", new object[] { model}, this.AddUpdateBiochemistryOperationCompleted, userState); }
public ReturnValue AddUpdateBiochemistry(Biochemistry model) { object[] results = this.Invoke("AddUpdateBiochemistry", new object[] { model}); return ((ReturnValue)(results[0])); }