IActiveHealthCheckMonitor.InitialProbeCompleted Property
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.
Gets a value that determines whether the initial round of active health checks have run, regardless of the results.
public bool InitialProbeCompleted { get; }
member this.InitialProbeCompleted : bool
Public ReadOnly Property InitialProbeCompleted As Boolean
Property Value
false
until the initial round of health check requests has been processed.
true
when all the initially configured destinations have been queried, regardless their availability or returned status code.
The property stays true
for the rest of the proxy process lifetime.