コード例 #1
0
ファイル: Reference.cs プロジェクト: ck0074451665/MB
 /// <remarks/>
 public void TherapyRecordBllUpdateTherapyRecordAsync(THERAPY_RECORD record) {
     this.TherapyRecordBllUpdateTherapyRecordAsync(record, null);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: ck0074451665/MB
 /// <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
ファイル: Reference.cs プロジェクト: ck0074451665/MB
 public int TherapyRecordBllUpdateTherapyRecord(THERAPY_RECORD record) {
     object[] results = this.Invoke("TherapyRecordBllUpdateTherapyRecord", new object[] {
                 record});
     return ((int)(results[0]));
 }