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)

Syntax

public interface IDevicesEventNotifier
public interface class IDevicesEventNotifier
Public Interface IDevicesEventNotifier

Events

Name Description
System_CAPS_pubevent AuthoritativeRefreshDevicesCompleted

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

System_CAPS_pubevent ConnectionClosed

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

System_CAPS_pubevent ConnectionOpened

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

System_CAPS_pubevent ConnectionTimedOut

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

System_CAPS_pubevent GetAllDevicesInfoCompleted

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

System_CAPS_pubevent RemoveDeviceCompleted

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

System_CAPS_pubevent ReportDeviceCompleted

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

System_CAPS_pubevent ReportDevicePropertiesCompleted

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

See Also

Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top