FeatureReferences<TCache>.Fetch Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
Fetch<TFeature,TState>(TFeature, TState, Func<TState,TFeature>) |
Ten interfejs API jest częścią infrastruktury ASP.NET Core i nie powinien być przywołyny przez kod aplikacji. |
Fetch<TFeature>(TFeature, Func<IFeatureCollection,TFeature>) |
Ten interfejs API jest częścią infrastruktury ASP.NET Core i nie powinien być przywołyny przez kod aplikacji. |
Fetch<TFeature,TState>(TFeature, TState, Func<TState,TFeature>)
- Źródło:
- FeatureReferences.cs
- Źródło:
- FeatureReferences.cs
- Źródło:
- FeatureReferences.cs
- Źródło:
- FeatureReferences.cs
- Źródło:
- FeatureReferences.cs
- Źródło:
- FeatureReferences.cs
- Źródło:
- FeatureReferences.cs
- Źródło:
- FeatureReferences.cs
- Źródło:
- FeatureReferences.cs
Ten interfejs API jest częścią infrastruktury ASP.NET Core i nie powinien być przywołyny przez kod aplikacji.
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>
Zwraca
Dotyczy
Fetch<TFeature>(TFeature, Func<IFeatureCollection,TFeature>)
- Źródło:
- FeatureReferences.cs
- Źródło:
- FeatureReferences.cs
- Źródło:
- FeatureReferences.cs
- Źródło:
- FeatureReferences.cs
- Źródło:
- FeatureReferences.cs
- Źródło:
- FeatureReferences.cs
- Źródło:
- FeatureReferences.cs
- Źródło:
- FeatureReferences.cs
- Źródło:
- FeatureReferences.cs
Ten interfejs API jest częścią infrastruktury ASP.NET Core i nie powinien być przywołyny przez kod aplikacji.
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>