|
ClientHelperAuthenticationFailure Event
|
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.248-beta
Syntaxpublic event EventHandler<CancelEventArgs> AuthenticationFailure
Public Event AuthenticationFailure As EventHandler(Of CancelEventArgs)
public:
event EventHandler<CancelEventArgs^>^ AuthenticationFailure {
void add (EventHandler<CancelEventArgs^>^ value);
void remove (EventHandler<CancelEventArgs^>^ value);
}
member AuthenticationFailure : IEvent<EventHandler<CancelEventArgs>,
CancelEventArgs>
function add_AuthenticationFailure(value);
function remove_AuthenticationFailure(value);
View SourceValue
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