CompositeFileProvider.Watch(String) Method
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 pattern
.
public:
virtual Microsoft::Extensions::Primitives::IChangeToken ^ Watch(System::String ^ pattern);
public Microsoft.Extensions.Primitives.IChangeToken Watch (string pattern);
abstract member Watch : string -> Microsoft.Extensions.Primitives.IChangeToken
override this.Watch : string -> Microsoft.Extensions.Primitives.IChangeToken
Public Function Watch (pattern As String) As IChangeToken
- pattern
- String
Filter string used to determine what files or folders to monitor. Example: /*.cs, ., subFolder//*.cshtml.
An IChangeToken that is notified when a file matching pattern
is added, modified or deleted.
The change token will be notified when one of the change token returned by the provided IFileProvider will be notified.
The change token is notified when one of the change tokens returned by the provided IFileProvider is notified.
Produkt | Versjoner |
---|---|
.NET | 8 (package-provided), 9 (package-provided) |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided) |
.NET-tilbakemelding
.NET er et åpen kilde-prosjekt. Velg en kobling for å gi tilbakemelding: