MKLocalSearch.StartAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- token
- CancellationToken
Retours
Remarques
(Plus de documentation pour ce nœud est à venir)
Cela peut être utilisé à partir d’un thread d’arrière-plan.