IFileProvider.Watch(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a IChangeToken for the specified filter
.
public:
Microsoft::Extensions::Primitives::IChangeToken ^ Watch(System::String ^ filter);
public Microsoft.Extensions.Primitives.IChangeToken Watch (string filter);
abstract member Watch : string -> Microsoft.Extensions.Primitives.IChangeToken
Public Function Watch (filter As String) As IChangeToken
Parameters
- filter
- String
Filter string used to determine what files or folders to monitor. Example: /*.cs, ., subFolder//*.cshtml.
Returns
An IChangeToken that is notified when a file matching filter
is added, modified or deleted.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.