From a982c08e0f9674a2f1d80a397771aa180d34243c Mon Sep 17 00:00:00 2001 From: zhiyuanliang Date: Mon, 4 Mar 2024 15:45:56 +0800 Subject: [PATCH] add missing param comment --- src/Microsoft.FeatureManagement/IVariantFeatureManager.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Microsoft.FeatureManagement/IVariantFeatureManager.cs b/src/Microsoft.FeatureManagement/IVariantFeatureManager.cs index 0e3add18..8c7d2e84 100644 --- a/src/Microsoft.FeatureManagement/IVariantFeatureManager.cs +++ b/src/Microsoft.FeatureManagement/IVariantFeatureManager.cs @@ -16,6 +16,7 @@ public interface IVariantFeatureManager /// /// Retrieves a list of feature names registered in the feature manager. /// + /// The cancellation token to cancel the operation. /// An enumerator which provides asynchronous iteration over the feature names registered in the feature manager. IAsyncEnumerable GetFeatureNamesAsync(CancellationToken cancellationToken);