IConfigureContextualOptions<TOptions> 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示配置 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
类型参数
- 实现
方法
Configure(TOptions) |
调用以配置 |
Dispose() |
执行与释放或重置非托管资源关联的应用程序定义的任务。 (继承自 IDisposable) |