HKSourceQueryCompletionHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Completion handler for HKSourceQuery.
public delegate void HKSourceQueryCompletionHandler(HKSourceQuery query, NSSet sources, NSError error);
type HKSourceQueryCompletionHandler = delegate of HKSourceQuery * NSSet * NSError -> unit
Parameters
- query
- HKSourceQuery
- sources
- NSSet
- error
- NSError