IFeatureManager.GetFeatureNamesAsync Method

Definition

Retrieves a list of feature names registered in the feature manager.

public System.Collections.Generic.IAsyncEnumerable<string> GetFeatureNamesAsync ();
abstract member GetFeatureNamesAsync : unit -> System.Collections.Generic.IAsyncEnumerable<string>
Public Function GetFeatureNamesAsync () As IAsyncEnumerable(Of String)

Returns

An enumerator which provides asynchronous iteration over the feature names registered in the feature manager.

Applies to