Share via


IPublisher.Create(LocalPegAndProperties) Method

Definition

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.

Applies to