Ejemplo n.º 1
0
 /// <remarks/>
 public void AuthenticateAsync(Authenticate Authenticate1, object userState) {
     if ((this.AuthenticateOperationCompleted == null)) {
         this.AuthenticateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAuthenticateOperationCompleted);
     }
     this.InvokeAsync("Authenticate", new object[] {
                 Authenticate1}, this.AuthenticateOperationCompleted, userState);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void AuthenticateAsync(Authenticate Authenticate1) {
     this.AuthenticateAsync(Authenticate1, null);
 }