Static member used to force the application using synchronous server calls. Controls like the VisSpinField, having a timer that pumps messages into the message loop, can make the application to hang if a ongoing asynchronous call is currently being executed. To fix that, all server calls can during that period be forced to be run synchronously by setting this member to true.

Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public static bool ForceSynchronousMode { get; set; }

See Also