다음을 통해 공유


PublisherASA.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>>
override this.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>

반환

구현

적용 대상

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>
override this.Read : string -> System.Threading.Tasks.Task<Microsoft.MixedReality.WorldLocking.ASA.LocalPegAndProperties>
Public Function Read (cloudAnchorId As String) As Task(Of LocalPegAndProperties)

매개 변수

cloudAnchorId
String

반환

구현

적용 대상