Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the callback for the event of MakeUserRemoteDesktopMappingCompletion.
Namespace: Microsoft.WindowsServerSolutions.Devices.Identity
Assembly: MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)
Syntax
public event EventHandler<MachineIdentityRequestCompletionEventArgs> MakeUserRemoteDesktopMappingCompletionCallback
public:
event EventHandler<MachineIdentityRequestCompletionEventArgs^>^ MakeUserRemoteDesktopMappingCompletionCallback {
void add(EventHandler<MachineIdentityRequestCompletionEventArgs^>^ value);
void remove(EventHandler<MachineIdentityRequestCompletionEventArgs^>^ value);
}
Public Event MakeUserRemoteDesktopMappingCompletionCallback As EventHandler(Of MachineIdentityRequestCompletionEventArgs)
See Also
MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top