Exemplo n.º 1
0
 /// <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);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void validatedInstructorAsync(ValidatedInstructorParameters validatedInstructor1) {
     this.validatedInstructorAsync(validatedInstructor1, null);
 }