Beispiel #1
0
 /// <remarks/>
 public System.IAsyncResult BeginAuthenticate(Authenticate Authenticate1, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("Authenticate", new object[] {
         Authenticate1
     }, callback, asyncState));
 }
Beispiel #2
0
 /// <remarks/>
 public void AuthenticateAsync(Authenticate Authenticate1)
 {
     this.AuthenticateAsync(Authenticate1, null);
 }