System.Web.HttpApplicationFactory.WatchLocationForRestart C# (CSharp) Method

WatchLocationForRestart() static private method

static private WatchLocationForRestart ( string filter ) : bool
filter string
return bool
                internal static bool WatchLocationForRestart (string filter)
	        {
			return WatchLocationForRestart (String.Empty, filter, false);
	        }

Same methods

HttpApplicationFactory::WatchLocationForRestart ( string virtualPath, string filter ) : bool
HttpApplicationFactory::WatchLocationForRestart ( string virtualPath, string filter, bool watchSubdirs ) : bool