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 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