OptionsCache<TOptions>.TryRemove(String) Método

Definição

Tenta remover uma instância de opções.

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

Parâmetros

name
String

O nome da instância de opções.

Retornos

true se alguma coisa foi removida; caso contrário, false.

Implementações

Aplica-se a