FormsPreloadingManager.updateState Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Queues forms for loading, handles high resource pressure, and updates other internal states.
public:
virtual void updateState();
public virtual void updateState ();
abstract member updateState : unit -> unit
override this.updateState : unit -> unit
Public Overridable Sub updateState ()
Remarks
This method is typically called on a timer during idle periods. Call this method directly to force a state update during non-idle periods, such as when long-running X++ code is running.