We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
IConfigurationProvider.GetReloadToken
1 parent bc5f53c commit 377fa6cCopy full SHA for 377fa6c
src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs
@@ -27,9 +27,9 @@ public interface IConfigurationProvider
27
void Set(string key, string? value);
28
29
/// <summary>
30
- /// Returns a change token if this provider supports change tracking, null otherwise.
+ /// Attempts to get an <see cref="IChangeToken"/> for change tracking.
31
/// </summary>
32
- /// <returns>The change token.</returns>
+ /// <returns>An <see cref="IChangeToken"/> token if this provider supports change tracking, <see langword="null"/> otherwise.</returns>
33
IChangeToken GetReloadToken();
34
35
0 commit comments