コード例 #1
0
ファイル: Reference.cs プロジェクト: paulmd3/mpx_mobile
 /// <remarks/>
 public void updateAccountNoteAsync(updateAccountNoteRequest updateAccountNoteRequest, object userState) {
     if ((this.updateAccountNoteOperationCompleted == null)) {
         this.updateAccountNoteOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateAccountNoteOperationCompleted);
     }
     this.InvokeAsync("updateAccountNote", new object[] {
                 updateAccountNoteRequest}, this.updateAccountNoteOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: paulmd3/mpx_mobile
 /// <remarks/>
 public void updateAccountNoteAsync(updateAccountNoteRequest updateAccountNoteRequest) {
     this.updateAccountNoteAsync(updateAccountNoteRequest, null);
 }