다음을 통해 공유


IOptionsMonitorCache<TOptions>.TryAdd(String, TOptions) 메서드

정의

캐시에 새 옵션을 추가하려고 시도하며, 이름이 이미 있는 경우 false를 반환합니다.

public:
 bool TryAdd(System::String ^ name, TOptions options);
public bool TryAdd (string name, TOptions options);
public bool TryAdd (string? name, TOptions options);
abstract member TryAdd : string * 'Options -> bool
Public Function TryAdd (name As String, options As TOptions) As Boolean

매개 변수

name
String

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

options
TOptions

옵션 인스턴스입니다.

반환

Boolean

추가된 내용이 있는지 여부입니다.

적용 대상