Partager via


MachineIdentityManager.RemoveMachineCompletionCallback Event

 

Represents the event for the callback of RemoveMachineCompletion.

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

Syntax

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

See Also

MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace

Return to top