WebHostAssemblyResolver.ApplicationAssemblyFileWatchers Property
Gets the set of file watchers that have been set up on application directories.
Assembly: Microsoft.WindowsAzure.Mobile.Service.WebHost (in Microsoft.WindowsAzure.Mobile.Service.WebHost.dll)
protected virtual Collection<FileSystemWatcher> ApplicationAssemblyFileWatchers { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] private set; }
Property Value
Type: System.Collections.ObjectModel.Collection<FileSystemWatcher>Returns Collection<T>.
Show: