Szerkesztés

Megosztás a következőn keresztül:


IApplicationFeatureProvider<TFeature> Interface

Definition

A provider for a given TFeature feature.

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

Type Parameters

TFeature

The type of the feature.

This type parameter is contravariant. That is, you can use either the type you specified or any type that is less derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
Derived
Implements

Methods

PopulateFeature(IEnumerable<IApplicationPart>, TFeature)

Updates the feature instance.

Applies to