Example #1
0
 /// <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);
 }
Example #2
0
 /// <remarks/>
 public void getMotivationCodesAsync(getMotivationCodesRequest getMotivationCodesRequest) {
     this.getMotivationCodesAsync(getMotivationCodesRequest, null);
 }