Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the event that is raised when the connection was not successful.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public event EventHandler<ConnectionFailedEventArgs> ConnectionFailed
public:
event EventHandler<ConnectionFailedEventArgs^>^ ConnectionFailed {
void add(EventHandler<ConnectionFailedEventArgs^>^ value);
void remove(EventHandler<ConnectionFailedEventArgs^>^ value);
}
Public Event ConnectionFailed As EventHandler(Of ConnectionFailedEventArgs)
See Also
ProviderConnector<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top