Skip to main content

Reflection API - WaitForHostSettle no longer works?

  • March 10, 2026
  • 0 replies
  • 6 views

kefka95

In the Reflection .NET API, our WaitHostSettle calls no longer appear to do anything.  If I call the method like below (10 sec timeout, 3 sec settle), it instantly continues.  It should wait for a minimum of 3 seconds in this case.  This is causing sync issues with some of our processes.  We’re on Reflection 18.0.2214 if it helps.

WaitForHostSettle(10000, 3000)