Share via


DevicesManager.ConnectionTimedOut Event

 

Represents an event that is raised when a connection is not established in the time-out period.

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

Syntax

public event EventHandler<EventArgs> ConnectionTimedOut
public:
event EventHandler<EventArgs^>^ ConnectionTimedOut {
    virtual void add(EventHandler<EventArgs^>^ value) sealed;
    virtual void remove(EventHandler<EventArgs^>^ value) sealed;
}
Public Event ConnectionTimedOut As EventHandler(Of EventArgs)

Implements

IDevicesEventNotifier.ConnectionTimedOut

See Also

DevicesManager Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top