PublisherASA.Read Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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))
Parameters
- cloudAnchorIds
- IReadOnlyCollection<String>
Returns
Implements
Applies to
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)
Parameters
- cloudAnchorId
- String