Пример #1
0
 /// <remarks/>
 public void TherapyRecordBllUpdateTherapyRecordAsync(THERAPY_RECORD record) {
     this.TherapyRecordBllUpdateTherapyRecordAsync(record, null);
 }
Пример #2
0
 /// <remarks/>
 public void TherapyRecordBllUpdateTherapyRecordAsync(THERAPY_RECORD record, object userState) {
     if ((this.TherapyRecordBllUpdateTherapyRecordOperationCompleted == null)) {
         this.TherapyRecordBllUpdateTherapyRecordOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTherapyRecordBllUpdateTherapyRecordOperationCompleted);
     }
     this.InvokeAsync("TherapyRecordBllUpdateTherapyRecord", new object[] {
                 record}, this.TherapyRecordBllUpdateTherapyRecordOperationCompleted, userState);
 }
Пример #3
0
 public int TherapyRecordBllUpdateTherapyRecord(THERAPY_RECORD record) {
     object[] results = this.Invoke("TherapyRecordBllUpdateTherapyRecord", new object[] {
                 record});
     return ((int)(results[0]));
 }