GH_FileSystemEventServer.RemoveWatcher Method (Object, String)

GH_FileSystemEventServerRemoveWatcher Method (Object, String)

Remove all watchers that are linked to a specific object and a specific file path.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static void RemoveWatcher(
	Object owner,
	string path
)
Public Shared Sub RemoveWatcher ( 
	owner As Object,
	path As String
)

Parameters

owner
Type: SystemObject
path
Type: SystemString
See Also