Exemplo n.º 1
0
 /// <remarks/>
 public void HT04_4_SaveAsync(fed070 model) {
     this.HT04_4_SaveAsync(model, null);
 }
Exemplo n.º 2
0
 /// <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);
 }
Exemplo n.º 3
0
 public bool HT04_4_Save(fed070 model) {
     object[] results = this.Invoke("HT04_4_Save", new object[] {
                 model});
     return ((bool)(results[0]));
 }