FeatureReferences<TCache>.Fetch Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
Fetch<TFeature,TState>(TFeature, TState, Func<TState,TFeature>) |
Toto rozhraní API je součástí infrastruktury ASP.NET Core a kód aplikace by na ho neměl odkazovat. |
Fetch<TFeature>(TFeature, Func<IFeatureCollection,TFeature>) |
Toto rozhraní API je součástí infrastruktury ASP.NET Core a kód aplikace by na ho neměl odkazovat. |
Fetch<TFeature,TState>(TFeature, TState, Func<TState,TFeature>)
- Zdroj:
- FeatureReferences.cs
- Zdroj:
- FeatureReferences.cs
- Zdroj:
- FeatureReferences.cs
- Zdroj:
- FeatureReferences.cs
- Zdroj:
- FeatureReferences.cs
- Zdroj:
- FeatureReferences.cs
- Zdroj:
- FeatureReferences.cs
- Zdroj:
- FeatureReferences.cs
- Zdroj:
- FeatureReferences.cs
Toto rozhraní API je součástí infrastruktury ASP.NET Core a kód aplikace by na ho neměl odkazovat.
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
Parametry typu
- TFeature
- TState
Parametry
- cached
- TFeature
- state
- TState
- factory
- Func<TState,TFeature>
Návraty
Platí pro
Fetch<TFeature>(TFeature, Func<IFeatureCollection,TFeature>)
- Zdroj:
- FeatureReferences.cs
- Zdroj:
- FeatureReferences.cs
- Zdroj:
- FeatureReferences.cs
- Zdroj:
- FeatureReferences.cs
- Zdroj:
- FeatureReferences.cs
- Zdroj:
- FeatureReferences.cs
- Zdroj:
- FeatureReferences.cs
- Zdroj:
- FeatureReferences.cs
- Zdroj:
- FeatureReferences.cs
Toto rozhraní API je součástí infrastruktury ASP.NET Core a kód aplikace by na ho neměl odkazovat.
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
Parametry typu
- TFeature
Parametry
- cached
- TFeature
- factory
- Func<IFeatureCollection,TFeature>