Share via


IPublisher Interface

Definition

The IPublisher abstracts the process of publishing and downloading cloud anchors.

public interface IPublisher
type IPublisher = interface
Public Interface IPublisher
Derived

Properties

Status

Get the current status, including progress to readiness to create.

Methods

Create(LocalPegAndProperties)

Create a cloud anchor corresponding to the input local peg and its properties.

CreateLocalPeg(String, Pose)

Create a local position holder blob.

Delete(String)

Delete the indicated cloud anchor from the cloud database.

Find(Single)

Search the area around the device for cloud anchors.

Modify(String, LocalPegAndProperties)

Delete a cloud anchor, and create a new one based on input local peg and its properties.

PurgeArea(Single)

Search the area around the device, and destroy any anchors found.

Read(IReadOnlyCollection<String>)

Download a list of cloud anchors by id.

Read(String)

Download a cloud anchor with the given identifier.

ReleaseLocalPeg(ILocalPeg)

Free up the resources from an ILocalPeg.

Applies to