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