Beispiel #1
0
 /// <remarks/>
 public void getBookSiteURLAsync(getURLParameters getBookSiteURL1, object userState) {
     if ((this.getBookSiteURLOperationCompleted == null)) {
         this.getBookSiteURLOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetBookSiteURLOperationCompleted);
     }
     this.InvokeAsync("getBookSiteURL", new object[] {
                 getBookSiteURL1}, this.getBookSiteURLOperationCompleted, userState);
 }
Beispiel #2
0
 /// <remarks/>
 public void getInstructorCompanionSiteURLAsync(getURLParameters getInstructorCompanionSiteURL1) {
     this.getInstructorCompanionSiteURLAsync(getInstructorCompanionSiteURL1, null);
 }
Beispiel #3
0
 /// <remarks/>
 public void getBookSiteURLAsync(getURLParameters getBookSiteURL1) {
     this.getBookSiteURLAsync(getBookSiteURL1, null);
 }
Beispiel #4
0
 /// <remarks/>
 public void getStudentCompanionSiteURLAsync(getURLParameters getStudentCompanionSiteURL1) {
     this.getStudentCompanionSiteURLAsync(getStudentCompanionSiteURL1, null);
 }