예제 #1
0
 /// <remarks/>
 public void postEnrollmentInfoAsync(PostEnrollmentInfoParameters postEnrollmentInfo1, object userState) {
     if ((this.postEnrollmentInfoOperationCompleted == null)) {
         this.postEnrollmentInfoOperationCompleted = new System.Threading.SendOrPostCallback(this.OnpostEnrollmentInfoOperationCompleted);
     }
     this.InvokeAsync("postEnrollmentInfo", new object[] {
                 postEnrollmentInfo1}, this.postEnrollmentInfoOperationCompleted, userState);
 }
예제 #2
0
 /// <remarks/>
 public void postEnrollmentInfoAsync(PostEnrollmentInfoParameters postEnrollmentInfo1) {
     this.postEnrollmentInfoAsync(postEnrollmentInfo1, null);
 }