Пример #1
0
 /// <remarks/>
 public void UpdateQueAndAnsAsync(QuesAndAnswerEntity entity, object userState) {
     if ((this.UpdateQueAndAnsOperationCompleted == null)) {
         this.UpdateQueAndAnsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateQueAndAnsOperationCompleted);
     }
     this.InvokeAsync("UpdateQueAndAns", new object[] {
                 entity}, this.UpdateQueAndAnsOperationCompleted, userState);
 }
Пример #2
0
 public bool UpdateQueAndAns(QuesAndAnswerEntity entity) {
     object[] results = this.Invoke("UpdateQueAndAns", new object[] {
                 entity});
     return ((bool)(results[0]));
 }
Пример #3
0
 /// <remarks/>
 public void UpdateQueAndAnsAsync(QuesAndAnswerEntity entity) {
     this.UpdateQueAndAnsAsync(entity, null);
 }
Пример #4
0
 /// <remarks/>
 public void InsertQueAndAnsAsync(QuesAndAnswerEntity entity) {
     this.InsertQueAndAnsAsync(entity, null);
 }