コード例 #1
0
ファイル: Reference.cs プロジェクト: cnunciato/cengage-dil
 /// <remarks/>
 public void validatedInstructorAsync(ValidatedInstructorParameters validatedInstructor1, object userState) {
     if ((this.validatedInstructorOperationCompleted == null)) {
         this.validatedInstructorOperationCompleted = new System.Threading.SendOrPostCallback(this.OnvalidatedInstructorOperationCompleted);
     }
     this.InvokeAsync("validatedInstructor", new object[] {
                 validatedInstructor1}, this.validatedInstructorOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: cnunciato/cengage-dil
 /// <remarks/>
 public void validatedInstructorAsync(ValidatedInstructorParameters validatedInstructor1) {
     this.validatedInstructorAsync(validatedInstructor1, null);
 }