CitrixVirtualUser DefaultWorkInterval Property C# API
The default time delay before a mouse or keyboard action is performed.

Namespace: Facilita.Fc.Citrix
Assembly: fcCitrix (in fcCitrix.dll) Version: 9.5.5.77
Syntax

public int DefaultWorkInterval { get; set; }
Remarks

This property is set to 800 milliseconds by default. This value is used to insert a delay before each mouse or keyboard action. This is to allow time for the system to perform the action before sending the next action. If this value is too low then the application may not be in a state to receive the next action.
See Also