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 ()