MKLocalSearch.StartAsync Méthode

Définition

Surcharges

StartAsync()
StartAsync(CancellationToken)

StartAsync()

public virtual System.Threading.Tasks.Task<MapKit.MKLocalSearchResponse> StartAsync ();
abstract member StartAsync : unit -> System.Threading.Tasks.Task<MapKit.MKLocalSearchResponse>
override this.StartAsync : unit -> System.Threading.Tasks.Task<MapKit.MKLocalSearchResponse>

Retours

Tâche qui représente l’opération de démarrage asynchrone. La valeur du paramètre TResult est un MKLocalSearchCompletionHandler.

Remarques

(Plus de documentation pour ce nœud est à venir)

Cela peut être utilisé à partir d’un thread d’arrière-plan.

La méthode StartAsync peut être utilisée avec C# asynchrone en retournant le contrôle à l’appelant avec une tâche représentant l’opération.

Cela peut être utilisé à partir d’un thread d’arrière-plan.

S’applique à

StartAsync(CancellationToken)

public virtual System.Threading.Tasks.Task<MapKit.MKLocalSearchResponse> StartAsync (System.Threading.CancellationToken token);
abstract member StartAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<MapKit.MKLocalSearchResponse>
override this.StartAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<MapKit.MKLocalSearchResponse>

Paramètres

Retours

Remarques

(Plus de documentation pour ce nœud est à venir)

Cela peut être utilisé à partir d’un thread d’arrière-plan.

S’applique à