Partager via


MachineIdentityManager.GenerateSidCompletionCallback Event

 

Represents the event for the callback of GenerateSidCompletion.

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

Syntax

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

See Also

MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace

Return to top