AutoRecoveringFileSystemWatcher Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public AutoRecoveringFileSystemWatcher (string path, string filter = "*.*", bool includeSubdirectories = true, System.IO.WatcherChangeTypes changeTypes = System.IO.WatcherChangeTypes.All, Microsoft.Azure.WebJobs.Host.TraceWriter traceWriter = default);
new Microsoft.Azure.WebJobs.Script.IO.AutoRecoveringFileSystemWatcher : string * string * bool * System.IO.WatcherChangeTypes * Microsoft.Azure.WebJobs.Host.TraceWriter -> Microsoft.Azure.WebJobs.Script.IO.AutoRecoveringFileSystemWatcher
Public Sub New (path As String, Optional filter As String = "*.*", Optional includeSubdirectories As Boolean = true, Optional changeTypes As WatcherChangeTypes = System.IO.WatcherChangeTypes.All, Optional traceWriter As TraceWriter = Nothing)
Parâmetros
- path
- String
- filter
- String
- includeSubdirectories
- Boolean
- changeTypes
- WatcherChangeTypes
- traceWriter
- Microsoft.Azure.WebJobs.Host.TraceWriter
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET