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 ReportDevicesAsync, RemoveDeviceAsync, and ReportDevicePropertiesAsync.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
System.ComponentModel.AsyncCompletedEventArgs
Microsoft.WindowsServerSolutions.Common.Devices.ReportOperationCompletedEventArgs
Syntax
public sealed class ReportOperationCompletedEventArgs : AsyncCompletedEventArgs
public ref class ReportOperationCompletedEventArgs sealed : AsyncCompletedEventArgs
Public NotInheritable Class ReportOperationCompletedEventArgs
Inherits AsyncCompletedEventArgs
Constructors
Name | Description | |
---|---|---|
![]() |
ReportOperationCompletedEventArgs(String, Exception) | Initializes an instance of the ReportOperationCompletedEventArgs class that has the specified device identifier and the specified exception. |
Properties
Name | Description | |
---|---|---|
![]() |
Cancelled | (Inherited from AsyncCompletedEventArgs.) |
![]() |
DeviceId | Gets the device identifier. |
![]() |
Error | (Inherited from AsyncCompletedEventArgs.) |
![]() |
UserState | (Inherited from AsyncCompletedEventArgs.) |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
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