Share via


IDevicesEventNotifier.ConnectionTimedOut Event

 

Represents the event that is raised when a connection is not established within the timeout period.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

Syntax

event EventHandler<EventArgs> ConnectionTimedOut
event EventHandler<EventArgs^>^ ConnectionTimedOut {
    void add(EventHandler<EventArgs^>^ value);
    void remove(EventHandler<EventArgs^>^ value);
}
Event ConnectionTimedOut As EventHandler(Of EventArgs)

See Also

IDevicesEventNotifier Interface
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top