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