コード例 #1
0
ファイル: Reference.cs プロジェクト: felipecsl/dover
 /// <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
ファイル: Reference.cs プロジェクト: felipecsl/dover
 /// <remarks/>
 public void GetIncentiveEvaluationAsync(GetIncentiveEvaluationReq GetIncentiveEvaluationReq) {
     this.GetIncentiveEvaluationAsync(GetIncentiveEvaluationReq, null);
 }