IOptionsMonitorCache<TOptions>.TryRemove(String) 메서드

정의

옵션 인스턴스를 제거하려고 시도합니다.

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

매개 변수

name
String

옵션 인스턴스의 이름입니다.

반품

true옵션 인스턴스가 제거되었으면 이고, 그렇지 않으면 . false

적용 대상