FeatureReferences<TCache>.Fetch Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Fetch<TFeature,TState>(TFeature, TState, Func<TState,TFeature>) |
Diese API ist Teil der Infrastruktur von ASP.NET Core und sollte nicht durch Anwendungscode referenziert werden. |
Fetch<TFeature>(TFeature, Func<IFeatureCollection,TFeature>) |
Diese API ist Teil der Infrastruktur von ASP.NET Core und sollte nicht durch Anwendungscode referenziert werden. |
Fetch<TFeature,TState>(TFeature, TState, Func<TState,TFeature>)
- Quelle:
- FeatureReferences.cs
- Quelle:
- FeatureReferences.cs
- Quelle:
- FeatureReferences.cs
- Quelle:
- FeatureReferences.cs
- Quelle:
- FeatureReferences.cs
- Quelle:
- FeatureReferences.cs
- Quelle:
- FeatureReferences.cs
- Quelle:
- FeatureReferences.cs
- Quelle:
- FeatureReferences.cs
Diese API ist Teil der Infrastruktur von ASP.NET Core und sollte nicht durch Anwendungscode referenziert werden.
public:
generic <typename TFeature, typename TState>
where TFeature : class TFeature Fetch(TFeature % cached, TState state, Func<TState, TFeature> ^ factory);
public TFeature Fetch<TFeature,TState> (ref TFeature cached, TState state, Func<TState,TFeature> factory) where TFeature : class;
public TFeature? Fetch<TFeature,TState> (ref TFeature? cached, TState state, Func<TState,TFeature?> factory) where TFeature : class;
member this.Fetch : 'Feature * 'State * Func<'State, 'Feature (requires 'Feature : null)> -> 'Feature (requires 'Feature : null)
Public Function Fetch(Of TFeature As Class, TState As Class) (ByRef cached As TFeature, state As TState, factory As Func(Of TState, TFeature)) As TFeature
Typparameter
- TFeature
- TState
Parameter
- cached
- TFeature
- state
- TState
- factory
- Func<TState,TFeature>
Gibt zurück
Gilt für:
Fetch<TFeature>(TFeature, Func<IFeatureCollection,TFeature>)
- Quelle:
- FeatureReferences.cs
- Quelle:
- FeatureReferences.cs
- Quelle:
- FeatureReferences.cs
- Quelle:
- FeatureReferences.cs
- Quelle:
- FeatureReferences.cs
- Quelle:
- FeatureReferences.cs
- Quelle:
- FeatureReferences.cs
- Quelle:
- FeatureReferences.cs
- Quelle:
- FeatureReferences.cs
Diese API ist Teil der Infrastruktur von ASP.NET Core und sollte nicht durch Anwendungscode referenziert werden.
public:
generic <typename TFeature>
where TFeature : class TFeature Fetch(TFeature % cached, Func<Microsoft::AspNetCore::Http::Features::IFeatureCollection ^, TFeature> ^ factory);
public TFeature Fetch<TFeature> (ref TFeature cached, Func<Microsoft.AspNetCore.Http.Features.IFeatureCollection,TFeature> factory) where TFeature : class;
public TFeature? Fetch<TFeature> (ref TFeature? cached, Func<Microsoft.AspNetCore.Http.Features.IFeatureCollection,TFeature?> factory) where TFeature : class;
member this.Fetch : 'Feature * Func<Microsoft.AspNetCore.Http.Features.IFeatureCollection, 'Feature (requires 'Feature : null)> -> 'Feature (requires 'Feature : null)
Public Function Fetch(Of TFeature As Class) (ByRef cached As TFeature, factory As Func(Of IFeatureCollection, TFeature)) As TFeature
Typparameter
- TFeature
Parameter
- cached
- TFeature
- factory
- Func<IFeatureCollection,TFeature>