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