Click or drag to resize

ClientHelperAuthenticationFailure Event

Occurs when the ServiceHelper fails to authenticate the ClientHelper.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public event EventHandler<CancelEventArgs> AuthenticationFailure
View Source

Value

EventHandlerCancelEventArgs
Remarks
Set Cancel to true to continue with connection attempts even after authentication fails. This can be useful for re-authenticating the ClientHelper using different Username and Password.
See Also