PollingFileChangeToken(FileInfo) 构造函数

定义

初始化 PollingFileChangeToken 的新实例,该实例轮询指定的文件以查找 LastWriteTimeUtc 确定的更改。

public:
 PollingFileChangeToken(System::IO::FileInfo ^ fileInfo);
public PollingFileChangeToken (System.IO.FileInfo fileInfo);
new Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken : System.IO.FileInfo -> Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken
Public Sub New (fileInfo As FileInfo)

参数

fileInfo
FileInfo

FileInfo 轮询的 。

适用于