コード例 #1
0
ファイル: Reference.cs プロジェクト: cnunciato/cengage-dil
 /// <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);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: cnunciato/cengage-dil
 /// <remarks/>
 public void getCourseAsync(GetCourseParameters getCourse1) {
     this.getCourseAsync(getCourse1, null);
 }