コード例 #1
0
ファイル: Reference.cs プロジェクト: haozhouxu/IOS
 /// <remarks/>
 public void InsertMyQueAndAnsAsync(MyQuesAndAnswerEntity entity) {
     this.InsertMyQueAndAnsAsync(entity, null);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: haozhouxu/IOS
 /// <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);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: haozhouxu/IOS
 public bool InsertMyQueAndAns(MyQuesAndAnswerEntity entity) {
     object[] results = this.Invoke("InsertMyQueAndAns", new object[] {
                 entity});
     return ((bool)(results[0]));
 }