GetAllDevicesInfoCompletedEventArgs Class
Represents the events that are raised when operations are finished from GetAllDevicesInfoAsync.
Assembly: DevicesOM (in DevicesOM.dll)
System::Object
System::EventArgs
System.ComponentModel::AsyncCompletedEventArgs
Microsoft.WindowsServerSolutions.Common.Devices::GetAllDevicesInfoCompletedEventArgs
System::EventArgs
System.ComponentModel::AsyncCompletedEventArgs
Microsoft.WindowsServerSolutions.Common.Devices::GetAllDevicesInfoCompletedEventArgs
| Name | Description | |
|---|---|---|
![]() | GetAllDevicesInfoCompletedEventArgs(ReadOnlyDeviceInfoCollection^, Exception^) | Initializes a new instance of the GetAllDevicesInfoCompletedEventArgs class with the specified device list and the specified exception. |
| Name | Description | |
|---|---|---|
![]() | Cancelled | (Inherited from AsyncCompletedEventArgs.) |
![]() | DeviceInfoList | Gets the ReadOnlyDeviceInfoCollection. |
![]() | Error | (Inherited from AsyncCompletedEventArgs.) |
![]() | UserState | (Inherited from AsyncCompletedEventArgs.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Community Additions
ADD
Show:

