示例#1
0
 /// <remarks/>
 public void AddUpdateBiochemistryAsync(Biochemistry model) {
     this.AddUpdateBiochemistryAsync(model, null);
 }
示例#2
0
 /// <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);
 }
示例#3
0
 public ReturnValue AddUpdateBiochemistry(Biochemistry model) {
     object[] results = this.Invoke("AddUpdateBiochemistry", new object[] {
                 model});
     return ((ReturnValue)(results[0]));
 }