ReportOperationCompletedEventArgs Class

 

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)

System::Object
  System::EventArgs
    System.ComponentModel::AsyncCompletedEventArgs
      Microsoft.WindowsServerSolutions.Common.Devices::ReportOperationCompletedEventArgs

public ref class ReportOperationCompletedEventArgs sealed : AsyncCompletedEventArgs

NameDescription
System_CAPS_pubmethodReportOperationCompletedEventArgs(String^, Exception^)

Initializes an instance of the ReportOperationCompletedEventArgs class that has the specified device identifier and the specified exception.

NameDescription
System_CAPS_pubpropertyCancelled

(Inherited from AsyncCompletedEventArgs.)

System_CAPS_pubpropertyDeviceId

Gets the device identifier.

System_CAPS_pubpropertyError

(Inherited from AsyncCompletedEventArgs.)

System_CAPS_pubpropertyUserState

(Inherited from AsyncCompletedEventArgs.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: