Ejemplo n.º 1
0
 /// <remarks/>
 public void getCourseAsync(GetCourseParameters getCourse1, object userState) {
     if ((this.getCourseOperationCompleted == null)) {
         this.getCourseOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetCourseOperationCompleted);
     }
     this.InvokeAsync("getCourse", new object[] {
                 getCourse1}, this.getCourseOperationCompleted, userState);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void getCourseAsync(GetCourseParameters getCourse1) {
     this.getCourseAsync(getCourse1, null);
 }