Udostępnij za pośrednictwem


HostFileChangeMonitor(IList<String>) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy HostFileChangeMonitor.

public:
 HostFileChangeMonitor(System::Collections::Generic::IList<System::String ^> ^ filePaths);
public HostFileChangeMonitor (System.Collections.Generic.IList<string> filePaths);
new System.Runtime.Caching.HostFileChangeMonitor : System.Collections.Generic.IList<string> -> System.Runtime.Caching.HostFileChangeMonitor
Public Sub New (filePaths As IList(Of String))

Parametry

filePaths
IList<String>

Lista zawierająca co najmniej jedną ścieżkę katalogu lub ścieżki do monitorowania.

Wyjątki

filePaths to null.

filePaths zawiera zero elementów.

-lub-

Ścieżka na filePaths liście to null lub pusty ciąg.

Uwagi

Wywołania konstruktora HostFileChangeMonitor muszą podać wartość inną niż null dla parametru filePaths . Co najmniej konstruktor weryfikuje kolekcję ścieżek przekazywanych do niej, a następnie inicjuje monitorowanie tych ścieżek.

Uwaga

Konstruktor wykonuje tylko walidację ciągu nazwy ścieżki. Nie kanonizuje ścieżek ani nie weryfikuje, czy ścieżki istnieją.

Dotyczy