CSSearchableIndex_CSOptionalBatchingExtension.FetchLastClientState Method
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.
Fetches the client state and runs completionHandler
when finished..
[Foundation.Export("fetchLastClientStateWithCompletionHandler:")]
public static void FetchLastClientState (this CoreSpotlight.CSSearchableIndex This, CoreSpotlight.CSSearchableIndexFetchHandler completionHandler);
static member FetchLastClientState : CoreSpotlight.CSSearchableIndex * CoreSpotlight.CSSearchableIndexFetchHandler -> unit
Parameters
- This
- CSSearchableIndex
The instance on which this method operates.
- completionHandler
- CSSearchableIndexFetchHandler
- Attributes