IOptionsMonitor<TOptions>.Get(String) 方法
定义
返回具有给定名称的已配置的 TOptions 实例。Returns a configured TOptions instance with the given name.
public TOptions Get (string name);
abstract member Get : string -> 'Options
Public Function Get (name As String) As TOptions
参数
- name
- String
返回
- TOptions