IConfiguration.GetReloadToken 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.
Returns a IChangeToken that can be used to observe when this configuration is reloaded.
public:
Microsoft::Extensions::Primitives::IChangeToken ^ GetReloadToken();
public Microsoft.Extensions.Primitives.IChangeToken GetReloadToken ();
abstract member GetReloadToken : unit -> Microsoft.Extensions.Primitives.IChangeToken
Public Function GetReloadToken () As IChangeToken
Returns
A IChangeToken.
Remarks
GetReloadToken is a method that can be used to get a change token that notifies when the configuration is reloaded. A change token is a way to track changes in an object, such as a file, a cache entry, or an option.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.