LatencyContextOptions.ThrowOnUnregisteredNames プロパティ

定義

登録されていない名前を使用するときに例外がスローされるかどうかを示す値を取得または設定します。

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 がスローする場合は 。 false no-ops の場合は 〗。 既定値は false です。

適用対象