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