Ejemplo n.º 1
0
 /// <remarks/>
 public void isInstructorAsync(IsInstructorParameters isInstructor1, object userState) {
     if ((this.isInstructorOperationCompleted == null)) {
         this.isInstructorOperationCompleted = new System.Threading.SendOrPostCallback(this.OnisInstructorOperationCompleted);
     }
     this.InvokeAsync("isInstructor", new object[] {
                 isInstructor1}, this.isInstructorOperationCompleted, userState);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void isInstructorAsync(IsInstructorParameters isInstructor1) {
     this.isInstructorAsync(isInstructor1, null);
 }