MachineIdentityRequestCompletionEventArgs Class

 

Represents the arguments for a request completion event.

Namespace:   Microsoft.WindowsServerSolutions.Devices.Identity
Assembly:  MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.WindowsServerSolutions.Devices.Identity.MachineIdentityRequestCompletionEventArgs
      Microsoft.WindowsServerSolutions.Devices.Identity.GenerateCertResponseCompletionArgs
      Microsoft.WindowsServerSolutions.Devices.Identity.GenerateSidCompletionArgs
      Microsoft.WindowsServerSolutions.Devices.Identity.GetMachineStatusEventArgs
      Microsoft.WindowsServerSolutions.Devices.Identity.RenewCertCompletionArgs

Syntax

public class MachineIdentityRequestCompletionEventArgs : EventArgs
public ref class MachineIdentityRequestCompletionEventArgs : EventArgs
Public Class MachineIdentityRequestCompletionEventArgs
    Inherits EventArgs

Properties

Name Description
System_CAPS_pubproperty ErrorCode

Gets the ReturnClass object that contains the error code.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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.Devices.Identity Namespace

Return to top