Esempio n. 1
0
 public bool InsertCallRecord(string Verifycode, CallRecord_ORIG model, ref string msg)
 {
     object[] results = this.Invoke("InsertCallRecord", new object[] {
         Verifycode,
         model,
         msg
     });
     msg = ((string)(results[1]));
     return((bool)(results[0]));
 }
Esempio n. 2
0
 /// <remarks/>
 public void InsertCallRecordAsync(string Verifycode, CallRecord_ORIG model, string msg, object userState)
 {
     if ((this.InsertCallRecordOperationCompleted == null))
     {
         this.InsertCallRecordOperationCompleted = new System.Threading.SendOrPostCallback(this.OnInsertCallRecordOperationCompleted);
     }
     this.InvokeAsync("InsertCallRecord", new object[] {
         Verifycode,
         model,
         msg
     }, this.InsertCallRecordOperationCompleted, userState);
 }
Esempio n. 3
0
 /// <remarks/>
 public void InsertCallRecordAsync(string Verifycode, CallRecord_ORIG model, string msg)
 {
     this.InsertCallRecordAsync(Verifycode, model, msg, null);
 }