共用方式為


IPublisher.Read 方法

定義

多載

Read(IReadOnlyCollection<String>)

依標識碼下載雲端錨點清單。

Read(String)

下載具有指定標識碼的雲端錨點。

Read(IReadOnlyCollection<String>)

依標識碼下載雲端錨點清單。

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>

要下載的標識碼清單。

傳回

LocalPegAndProperties by cloudAnchorId 的字典。

備註

如果任何雲端錨點標識碼已經下載此會話,而且仍會保留,則會重新整理並傳回這些快取的記錄。

適用於

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

所需雲端錨點的標識碼。

傳回

可等候的本機 peg 及其用來建立雲端錨點的屬性會重新建構並傳回。

適用於