Skip to content

Commit 2183b4d

Browse files
add missing param comment (#380)
1 parent 9a7f2ff commit 2183b4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.FeatureManagement/IVariantFeatureManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public interface IVariantFeatureManager
1616
/// <summary>
1717
/// Retrieves a list of feature names registered in the feature manager.
1818
/// </summary>
19+
/// <param name="cancellationToken">The cancellation token to cancel the operation.</param>
1920
/// <returns>An enumerator which provides asynchronous iteration over the feature names registered in the feature manager.</returns>
2021
IAsyncEnumerable<string> GetFeatureNamesAsync(CancellationToken cancellationToken);
2122

0 commit comments

Comments
 (0)