Share via


ConfigurationManager<T>.RequestRefresh Method

Definition

Requests that then next call to GetConfigurationAsync() obtain new configuration.

If it is a first force refresh or the last refresh was greater than RefreshInterval then the next call to GetConfigurationAsync() will retrieve new configuration.

If RefreshInterval == MaxValue then this method does nothing.

public override void RequestRefresh ();
override this.RequestRefresh : unit -> unit
Public Overrides Sub RequestRefresh ()

Implements

Applies to