Пример #1
0
 /// <remarks/>
 public void GetIncentiveEvaluationAsync(GetIncentiveEvaluationReq GetIncentiveEvaluationReq, object userState) {
     if ((this.GetIncentiveEvaluationOperationCompleted == null)) {
         this.GetIncentiveEvaluationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetIncentiveEvaluationOperationCompleted);
     }
     this.InvokeAsync("GetIncentiveEvaluation", new object[] {
                 GetIncentiveEvaluationReq}, this.GetIncentiveEvaluationOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void GetIncentiveEvaluationAsync(GetIncentiveEvaluationReq GetIncentiveEvaluationReq) {
     this.GetIncentiveEvaluationAsync(GetIncentiveEvaluationReq, null);
 }