Partager via


MachineIdentityManager.ConnectRequestCompletionCallback Event

 

Represents the callback for the completion of a connection request.

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

Syntax

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

See Also

MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace

Return to top