GetAllDevicesInfoCompletedEventArgs Class

 

Represents the events that are raised when operations are finished from GetAllDevicesInfoAsync.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

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

public ref class GetAllDevicesInfoCompletedEventArgs sealed : AsyncCompletedEventArgs

NameDescription
System_CAPS_pubmethodGetAllDevicesInfoCompletedEventArgs(ReadOnlyDeviceInfoCollection^, Exception^)

Initializes a new instance of the GetAllDevicesInfoCompletedEventArgs class with the specified device list and the specified exception.

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: