Click or drag to resize

RegisterFileSearch Function

X#
Register Worker function for File Search API.

Namespace:  XSharp.Core
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 FUNCTION RegisterFileSearch(
	newWorker AS FileSearcher
) AS FileSearcher
Request Example View Source

Parameters

newWorker
Type: FileSearcher
Function that implements the worker. Must implement the FileSearcher delegate, so take STRING parameter and return a STRING

Return Value

Type: FileSearcher
current Worker function
See Also