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 operations for defining events that notify about the asynchronous completion of operations on the devices provider.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public interface IDevicesEventNotifier
public interface class IDevicesEventNotifier
Public Interface IDevicesEventNotifier
Events
Name | Description | |
---|---|---|
![]() |
AuthoritativeRefreshDevicesCompleted | Represents the event that is raise when the AuthoritativeRefreshDevicesAsync operation finishes. |
![]() |
ConnectionClosed | Represents the event that is raised when the connection to the devices provider is closed. |
![]() |
ConnectionOpened | Represents the event that is raised when the connection to the devices provider is opened. |
![]() |
ConnectionTimedOut | Represents the event that is raised when a connection is not established within the timeout period. |
![]() |
GetAllDevicesInfoCompleted | Represents the event that is raised when the GetAllDevicesInfoAsync operation finishes. |
![]() |
RemoveDeviceCompleted | Represents the event that is raised when the RemoveDeviceAsync operation finishes. |
![]() |
ReportDeviceCompleted | Represents the event that is raised when the ReportDeviceAsync operation finishes. |
![]() |
ReportDevicePropertiesCompleted | Represents the event that is raised when the ReportDevicePropertiesAsync operation finishes. |
See Also
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top