/// <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); }
/// <remarks/> public void GetIncentiveEvaluationAsync(GetIncentiveEvaluationReq GetIncentiveEvaluationReq) { this.GetIncentiveEvaluationAsync(GetIncentiveEvaluationReq, null); }