Disposable help class, to be used as a "using" statement wrapping logic that needs to have its database calls made synchronously. The class constructor will change the ForceSynchronousMode to true and always reset it back to false again once it's disposed.

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 class ForcedSynchronousCalls : IDisposable

Inheritance Hierarchy

System..::..Object
  PPJ.Runtime.Windows..::..SalWindow..::..ForcedSynchronousCalls

See Also