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