IPublisher.Create(LocalPegAndProperties) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
Create 對應至輸入本機 peg 及其屬性的雲端錨點。
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)
參數
- pegAndProps
- LocalPegAndProperties
要擷取至雲端的Peg和屬性。
傳回
雲端錨點的可等候標識碼。