System.IO.KeventWatcher.StopDispatching C# (CSharp) Метод

StopDispatching() публичный Метод

public StopDispatching ( FileSystemWatcher fsw ) : void
fsw FileSystemWatcher
Результат void
		public void StopDispatching (FileSystemWatcher fsw)
		{
			KqueueMonitor monitor = (KqueueMonitor)watches [fsw];
			if (monitor == null)
				return;

			monitor.Stop ();
		}