Share via


CSSearchableIndex_CSOptionalBatchingExtension.FetchLastClientState Method

Definition

Fetches the client state and runs completionHandler when finished..

[Foundation.Export("fetchLastClientStateWithCompletionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void FetchLastClientState(this CoreSpotlight.CSSearchableIndex This, CoreSpotlight.CSSearchableIndexFetchHandler completionHandler);
[<Foundation.Export("fetchLastClientStateWithCompletionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FetchLastClientState : CoreSpotlight.CSSearchableIndex * CoreSpotlight.CSSearchableIndexFetchHandler -> unit

Parameters

This
CSSearchableIndex

The instance on which this method operates.

completionHandler
CSSearchableIndexFetchHandler
Attributes

Applies to