Condividi tramite


MKLocalSearch.StartAsync Metodo

Definizione

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

Restituisce

Commenti

(Altre documentazioni per questo nodo sono disponibili)

Questa operazione può essere usata da un thread in background.

Si applica a