共用方式為


PhysicalFileProvider.UsePollingFileWatcher 屬性

定義

取得或設定值,這個值會判斷這個 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的環境變數值。 當 true1時,此屬性預設為 true;否則 false

適用於

另請參閱