IPublisher.Read 方法

定义

重载

Read(IReadOnlyCollection<String>)

按 ID 下载云定位点列表。

Read(String)

下载具有给定标识符的云定位点。

Read(IReadOnlyCollection<String>)

按 ID 下载云定位点列表。

public System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string,Microsoft.MixedReality.WorldLocking.ASA.LocalPegAndProperties>> Read (System.Collections.Generic.IReadOnlyCollection<string> cloudAnchorIds);
abstract member Read : System.Collections.Generic.IReadOnlyCollection<string> -> System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string, Microsoft.MixedReality.WorldLocking.ASA.LocalPegAndProperties>>
Public Function Read (cloudAnchorIds As IReadOnlyCollection(Of String)) As Task(Of Dictionary(Of String, LocalPegAndProperties))

参数

cloudAnchorIds
IReadOnlyCollection<String>

要下载的 ID 列表。

返回

cloudAnchorId 的 LocalPegAndProperties 字典。

注解

如果此会话已下载任何云定位点 ID 并且仍保留,则会刷新并返回这些缓存的记录。

适用于

Read(String)

下载具有给定标识符的云定位点。

public System.Threading.Tasks.Task<Microsoft.MixedReality.WorldLocking.ASA.LocalPegAndProperties> Read (string cloudAnchorId);
abstract member Read : string -> System.Threading.Tasks.Task<Microsoft.MixedReality.WorldLocking.ASA.LocalPegAndProperties>
Public Function Read (cloudAnchorId As String) As Task(Of LocalPegAndProperties)

参数

cloudAnchorId
String

所需云定位点的标识符。

返回

将重新构造并返回用于创建云定位点的可等待本地挂钩及其属性。

适用于