Compartir a través de


ProviderConnector<T>.ConnectionFailed Event

 

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