IOptionsMonitorCache<TOptions>.TryRemove(String) 方法

定义

尝试删除选项实例。

public:
 bool TryRemove(System::String ^ name);
public bool TryRemove (string name);
public bool TryRemove (string? name);
abstract member TryRemove : string -> bool
Public Function TryRemove (name As String) As Boolean

参数

name
String

选项实例的名称。

返回

是否删除了任何内容。

适用于