PhysicalFileProvider.UseActivePolling 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會判斷這個實例是否 PhysicalFileProvider 主動輪詢檔案變更。
當 true
時,Watch(String) 會主動輪詢檔案變更(ActiveChangeCallbacks 為 true
),而不是被動輪詢所傳回的 IChangeToken。
此屬性只有在設定 UsePollingFileWatcher 時才有效。
public:
property bool UseActivePolling { bool get(); void set(bool value); };
public bool UseActivePolling { get; set; }
member this.UseActivePolling : bool with get, set
Public Property UseActivePolling As Boolean
屬性值
此屬性的預設值取決於名為 DOTNET_USE_POLLING_FILE_WATCHER
環境變數的值。
當 true
或 1
時,此屬性預設為 true
;否則 false
。