CompositeFileProvider.Watch(String) Method

Definition

Creates a IChangeToken for the specified pattern.

public Microsoft.Extensions.Primitives.IChangeToken Watch (string pattern);

Parameters

pattern
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 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.

Implements

Remarks

The change token is notified when one of the change tokens returned by the provided IFileProvider is notified.

Applies to

Prodotto Versioni
.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)