MKLocalSearch.StartAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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>
Restituisce
Attività che rappresenta l'operazione Start asincrona. Il valore del parametro TResult è un MKLocalSearchCompletionHandleroggetto .
Commenti
(Altre documentazioni per questo nodo sono disponibili)
Questa operazione può essere usata da un thread in background.
Il metodo StartAsync è adatto per essere usato con Async C# restituendo il controllo al chiamante con un'attività che rappresenta l'operazione.
Questa operazione può essere usata da un thread in background.
Si applica a
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>
Parametri
- token
- CancellationToken
Restituisce
Commenti
(Altre documentazioni per questo nodo sono disponibili)
Questa operazione può essere usata da un thread in background.