RdpPollFrequency Property

Supported in versions 2022 and later.

Description

The frequency of checking for disconnection (in seconds).

The value ranges from 10 (default) to 60 seconds.

Property type

Read-write property

Syntax

Visual Basic
Public Property RdpPollFrequency As Integer

Example

Copy code
' Set run options
qtApp.Options.Run.EnableRdp = True
qtApp.Options.Run.RdpUserName = "xx"
qtApp.Options.Run.RdpPasswordEncrypted = "xx"
qtApp.Options.Run.RdpPollForDisconnection = True
qtApp.Options.Run.RdpPollFrequency = 20

See Also

RunOptions Object