Class CloudSpatialAnchorWatcher

Use this class to control an object that watches for spatial anchors.

class Microsoft::Azure::SpatialAnchors::CloudSpatialAnchorWatcher final : public std::enable_shared_from_this<Microsoft::Azure::SpatialAnchors::CloudSpatialAnchorWatcher>

Methods

Stop

Stops further activity from this watcher.

auto Stop() -> void;

Properties

Identifier

Distinct identifier for the watcher within its session.

auto Identifier() const -> int32_t;