Partager via


MachineIdentityManager.GetMachineStatusCompletionCallback Event

 

Represents the event for the callback of GetMachineStatusCompletion.

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

Syntax

public event EventHandler<GetMachineStatusEventArgs> GetMachineStatusCompletionCallback
public:
event EventHandler<GetMachineStatusEventArgs^>^ GetMachineStatusCompletionCallback {
    void add(EventHandler<GetMachineStatusEventArgs^>^ value);
    void remove(EventHandler<GetMachineStatusEventArgs^>^ value);
}
Public Event GetMachineStatusCompletionCallback As EventHandler(Of GetMachineStatusEventArgs)

See Also

MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace

Return to top