IConfigureContextualOptions<TOptions> インターフェイス

定義

generic <typename TOptions>
 where TOptions : classpublic interface class IConfigureContextualOptions : IDisposable
public interface IConfigureContextualOptions<in TOptions> : IDisposable where TOptions : class
type IConfigureContextualOptions<'Options (requires 'Options : null)> = interface
    interface IDisposable
Public Interface IConfigureContextualOptions(Of In TOptions)
Implements IDisposable

型パラメーター

TOptions
この型パラメーターは反変です。 つまり、指定した型、または弱い派生型のいずれかを使用することができます。 共変性および反変性の詳細については、「ジェネリックの共変性と反変性」をご覧ください。
実装

メソッド

Configure(TOptions)
Dispose()

アンマネージ リソースの解放またはリセットに関連付けられているアプリケーション定義のタスクを実行します。

(継承元 IDisposable)

適用対象