WebHostAssemblyResolver.ApplicationAssemblyFileWatchers Property

 

Gets the set of file watchers that have been set up on application directories.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Config
Assembly:  Microsoft.WindowsAzure.Mobile.Service.WebHost (in Microsoft.WindowsAzure.Mobile.Service.WebHost.dll)

protected virtual Collection<FileSystemWatcher> ApplicationAssemblyFileWatchers {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	private set;
}
Return to top
Show: