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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.