다음을 통해 공유


LatencyContextOptions.ThrowOnUnregisteredNames 속성

정의

등록되지 않은 이름을 사용할 때 예외가 throw되는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool ThrowOnUnregisteredNames { bool get(); void set(bool value); };
public bool ThrowOnUnregisteredNames { get; set; }
member this.ThrowOnUnregisteredNames : bool with get, set
Public Property ThrowOnUnregisteredNames As Boolean

속성 값

true 등록되지 않은 이름을 사용할 때 ILatencyContext API가 throw되면 입니다. false 없으면 입니다. 기본값은 false입니다.

적용 대상