Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the events that are raised when operations are finished from GetAllDevicesInfoAsync.
Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)
Inheritance Hierarchy
System.Object
  System.EventArgs
    System.ComponentModel.AsyncCompletedEventArgs
      Microsoft.WindowsServerSolutions.Common.Devices.GetAllDevicesInfoCompletedEventArgs
Syntax
public sealed class GetAllDevicesInfoCompletedEventArgs : AsyncCompletedEventArgs
public ref class GetAllDevicesInfoCompletedEventArgs sealed : AsyncCompletedEventArgs
Public NotInheritable Class GetAllDevicesInfoCompletedEventArgs
    Inherits AsyncCompletedEventArgs
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | GetAllDevicesInfoCompletedEventArgs(ReadOnlyDeviceInfoCollection, Exception) | Initializes a new instance of the GetAllDevicesInfoCompletedEventArgs class with the specified device list and the specified exception. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Cancelled | (Inherited from AsyncCompletedEventArgs.) | 
| .jpeg) | DeviceInfoList | Gets the ReadOnlyDeviceInfoCollection. | 
| .jpeg) | Error | (Inherited from AsyncCompletedEventArgs.) | 
| .jpeg) | UserState | (Inherited from AsyncCompletedEventArgs.) | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top