Share via


IDevicesEventNotifier.GetAllDevicesInfoCompleted Event

 

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

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

Syntax

event EventHandler<GetAllDevicesInfoCompletedEventArgs> GetAllDevicesInfoCompleted
event EventHandler<GetAllDevicesInfoCompletedEventArgs^>^ GetAllDevicesInfoCompleted {
    void add(EventHandler<GetAllDevicesInfoCompletedEventArgs^>^ value);
    void remove(EventHandler<GetAllDevicesInfoCompletedEventArgs^>^ value);
}
Event GetAllDevicesInfoCompleted As EventHandler(Of GetAllDevicesInfoCompletedEventArgs)

Remarks

The caller of the GetAllDevicesInfoAsync method must subscribe to this event. When the event is received, the Error parameter of GetAllDevicesInfoCompletedEventArgs should be checked for an exception.

See Also

IDevicesEventNotifier Interface
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top