IDevicesEventNotifier Interface

 

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)

public interface class IDevicesEventNotifier

NameDescription
System_CAPS_pubeventAuthoritativeRefreshDevicesCompleted

Represents the event that is raise when the AuthoritativeRefreshDevicesAsync operation finishes.

System_CAPS_pubeventConnectionClosed

Represents the event that is raised when the connection to the devices provider is closed.

System_CAPS_pubeventConnectionOpened

Represents the event that is raised when the connection to the devices provider is opened.

System_CAPS_pubeventConnectionTimedOut

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

System_CAPS_pubeventGetAllDevicesInfoCompleted

Represents the event that is raised when the GetAllDevicesInfoAsync operation finishes.

System_CAPS_pubeventRemoveDeviceCompleted

Represents the event that is raised when the RemoveDeviceAsync operation finishes.

System_CAPS_pubeventReportDeviceCompleted

Represents the event that is raised when the ReportDeviceAsync operation finishes.

System_CAPS_pubeventReportDevicePropertiesCompleted

Represents the event that is raised when the ReportDevicePropertiesAsync operation finishes.

Return to top

Community Additions

ADD
Show: