IMsTscAxEvents::OnIdleTimeoutNotification method

Called when there has been no mouse or keyboard input by the user during the period of time set by the IMsRdpClientAdvancedSettings::put_MinutesToIdleTimeout method.

Syntax

void OnIdleTimeoutNotification();

Parameters

This method has no parameters.

Return value

This method does not return a value.

Remarks

By default, the value of the MinutesToIdleTimeout property is set to zero and the system does not monitor for idle time-outs. This event occurs only if the property is set to a nonzero value.

The value of MinutesToIdleTimeout is automatically reset each time the event occurs.

Applications can use MinutesToIdleTimeout in situations where it is useful to disconnect a user; for example, in a kiosk or other public terminal scenario.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IMsTscAxEvents is defined as 336d5562-efa8-482e-8cb3-c5c0fc7a7db6

See also

IMsTscAxEvents