コード例 #1
0
ファイル: Reference.cs プロジェクト: cnunciato/cengage-dil
 /// <remarks/>
 public void postCourseAsync(PostCourseParameters postCourse1, object userState) {
     if ((this.postCourseOperationCompleted == null)) {
         this.postCourseOperationCompleted = new System.Threading.SendOrPostCallback(this.OnpostCourseOperationCompleted);
     }
     this.InvokeAsync("postCourse", new object[] {
                 postCourse1}, this.postCourseOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: cnunciato/cengage-dil
 /// <remarks/>
 public void postCourseAsync(PostCourseParameters postCourse1) {
     this.postCourseAsync(postCourse1, null);
 }