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);