PhysicalFileProvider.UsePollingFileWatcher 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會判斷這個 PhysicalFileProvider 實例是否使用輪詢來判斷檔案變更。
根據預設,PhysicalFileProvider 會使用 FileSystemWatcher 來接聽 Watch(String)的檔案變更事件。 在某些情況下,FileSystemWatcher 無效,例如掛接的磁碟驅動器。 輪詢需要有效率地監看檔案變更。
public:
property bool UsePollingFileWatcher { bool get(); void set(bool value); };
public bool UsePollingFileWatcher { get; set; }
member this.UsePollingFileWatcher : bool with get, set
Public Property UsePollingFileWatcher As Boolean
屬性值
此屬性的預設值取決於名為 DOTNET_USE_POLLING_FILE_WATCHER
的環境變數值。 當 true
或 1
時,此屬性預設為 true
;否則 false
。