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