IPublisher.Create(LocalPegAndProperties) 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.
Create a cloud anchor corresponding to the input local peg and its properties.
public System.Threading.Tasks.Task<string> Create (Microsoft.MixedReality.WorldLocking.ASA.LocalPegAndProperties pegAndProps);
abstract member Create : Microsoft.MixedReality.WorldLocking.ASA.LocalPegAndProperties -> System.Threading.Tasks.Task<string>
Public Function Create (pegAndProps As LocalPegAndProperties) As Task(Of String)
Parameters
- pegAndProps
- LocalPegAndProperties
Peg and properties to be captured to the cloud.
Returns
Awaitable identifier for the cloud anchor.