/// <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); }
/// <remarks/> public void AuthenticateAsync(Authenticate Authenticate1) { this.AuthenticateAsync(Authenticate1, null); }