Freigeben über


IApplicationFeatureProvider<TFeature> Schnittstelle

Definition

Ein Anbieter für ein bestimmtes TFeature Feature.

public interface IApplicationFeatureProvider<in TFeature> : Orleans.ApplicationParts.IApplicationFeatureProvider
type IApplicationFeatureProvider<'Feature> = interface
    interface IApplicationFeatureProvider
Public Interface IApplicationFeatureProvider(Of In TFeature)
Implements IApplicationFeatureProvider

Typparameter

TFeature

Der Funktionstyp

Dieser Typparameter ist kontravariant. Das bedeutet, dass Sie entweder den angegebenen Typ oder einen weniger abgeleiteten Typ verwenden können. Weitere Informationen zu Kovarianz und Kontravarianz finden Sie unter Kovarianz und Kontravarianz in Generics.
Abgeleitet
Implementiert

Methoden

PopulateFeature(IEnumerable<IApplicationPart>, TFeature)

Aktualisierungen der feature Instanz.

Gilt für: