ConfigurationManager<T>.RequestRefresh 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.
Triggers updating metadata when:
1. Called the first time.
2. The time between when this method was called and DateTimeOffset.Now is greater than RefreshInterval.
If RefreshInterval == MaxValue then this method does nothing.
public override void RequestRefresh();
override this.RequestRefresh : unit -> unit
Public Overrides Sub RequestRefresh ()
Implements
Remarks
If the strategy is configured to be blocking through the switch 'Switch.Microsoft.IdentityModel.UpdateConfigAsBlocking', then this method will not update the configuration, instead it will request the next call to GetConfigurationAsync() should request new configuration.