System.IO.KeventWatcher.StopDispatching C# (CSharp) Méthode

StopDispatching() public méthode

public StopDispatching ( FileSystemWatcher fsw ) : void
fsw FileSystemWatcher
Résultat void
		public void StopDispatching (FileSystemWatcher fsw)
		{
			KqueueMonitor monitor = (KqueueMonitor)watches [fsw];
			if (monitor == null)
				return;

			monitor.Stop ();
		}