We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7f2ff commit 2183b4dCopy full SHA for 2183b4d
src/Microsoft.FeatureManagement/IVariantFeatureManager.cs
@@ -16,6 +16,7 @@ public interface IVariantFeatureManager
16
/// <summary>
17
/// Retrieves a list of feature names registered in the feature manager.
18
/// </summary>
19
+ /// <param name="cancellationToken">The cancellation token to cancel the operation.</param>
20
/// <returns>An enumerator which provides asynchronous iteration over the feature names registered in the feature manager.</returns>
21
IAsyncEnumerable<string> GetFeatureNamesAsync(CancellationToken cancellationToken);
22
0 commit comments