Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 532 Bytes

File metadata and controls

22 lines (15 loc) · 532 Bytes

IPlugin.Query method

Querying when user's search changes

This method will be called within a Task.Run, so please avoid synchronously wait for long.

public List<Result> Query(Query query)
parameter description
query Query to search

See Also