Exemplo n.º 1
0
 /// <remarks/>
 public void InsertMyQueAndAnsAsync(MyQuesAndAnswerEntity entity) {
     this.InsertMyQueAndAnsAsync(entity, null);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void InsertMyQueAndAnsAsync(MyQuesAndAnswerEntity entity, object userState) {
     if ((this.InsertMyQueAndAnsOperationCompleted == null)) {
         this.InsertMyQueAndAnsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnInsertMyQueAndAnsOperationCompleted);
     }
     this.InvokeAsync("InsertMyQueAndAns", new object[] {
                 entity}, this.InsertMyQueAndAnsOperationCompleted, userState);
 }
Exemplo n.º 3
0
 public bool InsertMyQueAndAns(MyQuesAndAnswerEntity entity) {
     object[] results = this.Invoke("InsertMyQueAndAns", new object[] {
                 entity});
     return ((bool)(results[0]));
 }