RemoteDesktopClient.OnAdminMessageReceived event
[OnAdminMessageReceived is no longer available for use as of Windows 10 and Windows Server 2016 Technical Preview.]
Called when the client control receives an administrative message.
Syntax
function handler(adminMessage) { /* Your code */ }
// attachEvent syntax
remoteDesktopClient.attachEvent("onadminmessagereceived", handler);
remoteDesktopClient.detachEvent("onadminmessagereceived", handler);
Event handler parameters
adminMessage [in]
Type: StringSpecifies the message.
Remarks
For more information about system messages, see Configure Messaging for a Remote Desktop Gateway Server.
Requirements
Minimum supported client |
Windows 8 [Windows Store apps only] |
Minimum supported server |
Windows Server 2012 [Windows Store apps only] |
End of client support |
Windows 8.1 |
End of server support |
Windows Server 2012 R2 |