FeatureReferences<TCache>.Fetch メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Fetch<TFeature,TState>(TFeature, TState, Func<TState,TFeature>) |
この API は ASP.NET Coreのインフラストラクチャの一部であり、アプリケーション コードで参照しないでください。 |
Fetch<TFeature>(TFeature, Func<IFeatureCollection,TFeature>) |
この API は ASP.NET Coreのインフラストラクチャの一部であり、アプリケーション コードで参照しないでください。 |
Fetch<TFeature,TState>(TFeature, TState, Func<TState,TFeature>)
この API は ASP.NET Coreのインフラストラクチャの一部であり、アプリケーション コードで参照しないでください。
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
型パラメーター
- TFeature
- TState
パラメーター
- cached
- TFeature
- state
- TState
- factory
- Func<TState,TFeature>
戻り値
TFeature
適用対象
Fetch<TFeature>(TFeature, Func<IFeatureCollection,TFeature>)
この API は ASP.NET Coreのインフラストラクチャの一部であり、アプリケーション コードで参照しないでください。
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
型パラメーター
- TFeature
パラメーター
- cached
- TFeature
- factory
- Func<IFeatureCollection,TFeature>
戻り値
TFeature