MKLocalSearch.StartAsync 方法

定义

重载

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>

返回

表示异步启动操作的任务。 TResult 参数 MKLocalSearchCompletionHandler的值为 。

注解

(即将推出有关此节点的更多文档)

这可以从后台线程使用。

StartAsync 方法适合与 C# 异步一起使用,方法是将控件返回到具有表示操作的 Task 的调用方。

这可以从后台线程使用。

适用于

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>

参数

返回

注解

(即将推出有关此节点的更多文档)

这可以从后台线程使用。

适用于