Interface IFeatureServiceFactory<TService>
Factory to select appropriate TService based on current application initialization state.
public interface IFeatureServiceFactory<out TService>
Type Parameters
TServiceService to be selected.
- Extension Methods
Properties
Current
Returns appropriate TService based on current application initialization state.
TService Current { get; }
Property Value
- TService