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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.