Beispiel #1
0
 /// <remarks/>
 public void suspendInstructorAsync(CrmsParameters suspendInstructor1, object userState) {
     if ((this.suspendInstructorOperationCompleted == null)) {
         this.suspendInstructorOperationCompleted = new System.Threading.SendOrPostCallback(this.OnsuspendInstructorOperationCompleted);
     }
     this.InvokeAsync("suspendInstructor", new object[] {
                 suspendInstructor1}, this.suspendInstructorOperationCompleted, userState);
 }
Beispiel #2
0
 /// <remarks/>
 public void reactivateInstructorAsync(CrmsParameters reactivateInstructor1) {
     this.reactivateInstructorAsync(reactivateInstructor1, null);
 }
Beispiel #3
0
 /// <remarks/>
 public void suspendInstructorAsync(CrmsParameters suspendInstructor1) {
     this.suspendInstructorAsync(suspendInstructor1, null);
 }
Beispiel #4
0
 /// <remarks/>
 public void deactivateInstructorAsync(CrmsParameters deactivateInstructor1) {
     this.deactivateInstructorAsync(deactivateInstructor1, null);
 }