Restarts a query, disposing of any results it has obtained.
SDK
- macOS 10.6+
Framework
- Open
Directory
Declaration
func ODQuerySynchronize(_ query: ODQuery Ref!)
Parameters
inQuery
The query.
Discussion
If in
was originally scheduled in a run loop with ODQuery
, the query’s callback function is called with in
set to NULL
, in
set to k
, and in
set to k
.