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