DevicesManager.AuthoritativeRefreshDevicesCompleted Event
Represents an event that is raised when the AuthoritativeRefreshDevicesAsync operation finishes.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public event EventHandler<AsyncCompletedEventArgs> AuthoritativeRefreshDevicesCompleted
public:
event EventHandler<AsyncCompletedEventArgs^>^ AuthoritativeRefreshDevicesCompleted {
virtual void add(EventHandler<AsyncCompletedEventArgs^>^ value) sealed;
virtual void remove(EventHandler<AsyncCompletedEventArgs^>^ value) sealed;
}
Public Event AuthoritativeRefreshDevicesCompleted As EventHandler(Of AsyncCompletedEventArgs)
Implements
IDevicesEventNotifier.AuthoritativeRefreshDevicesCompleted
Remarks
The caller of the AuthoritativeRefreshDevicesAsync method must subscribe to this event. When this event is received, the error parameter of AsyncCompletedEventArgs should be checked for an exception.
See Also
DevicesManager Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top