コード例 #1
0
 /// <remarks/>
 public void UpdateUserProgressWithRegStatusAsync(ActivityAttempt attempt, int iActRegStatus) {
     this.UpdateUserProgressWithRegStatusAsync(attempt, iActRegStatus, null);
 }
コード例 #2
0
 /// <remarks/>
 public void UpdateUserProgressWithRegStatusAsync(ActivityAttempt attempt, int iActRegStatus, object userState) {
     if ((this.UpdateUserProgressWithRegStatusOperationCompleted == null)) {
         this.UpdateUserProgressWithRegStatusOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateUserProgressWithRegStatusOperationCompleted);
     }
     this.InvokeAsync("UpdateUserProgressWithRegStatus", new object[] {
                 attempt,
                 iActRegStatus}, this.UpdateUserProgressWithRegStatusOperationCompleted, userState);
 }
コード例 #3
0
 /// <remarks/>
 public void UpdateUserProgressAsync(ActivityAttempt attempt) {
     this.UpdateUserProgressAsync(attempt, null);
 }