Ejemplo n.º 1
0
 /// <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);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void doesUserExistAsync(DoesUserExistParameters doesUserExist1) {
     this.doesUserExistAsync(doesUserExist1, null);
 }