Ejemplo n.º 1
0
 /// <remarks/>
 public void getEnrollmentsAsync(GetEnrollmentsParameters getEnrollments1, object userState) {
     if ((this.getEnrollmentsOperationCompleted == null)) {
         this.getEnrollmentsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetEnrollmentsOperationCompleted);
     }
     this.InvokeAsync("getEnrollments", new object[] {
                 getEnrollments1}, this.getEnrollmentsOperationCompleted, userState);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void getEnrollmentsAsync(GetEnrollmentsParameters getEnrollments1) {
     this.getEnrollmentsAsync(getEnrollments1, null);
 }