Class LocateAnchorsCompletedEventArgs

Use this type to determine when a locate operation has completed.

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

Properties

Cancelled

Gets a value indicating whether the locate operation was canceled.

When this property is true, the watcher was stopped before completing.

auto Cancelled() const -> bool;

Watcher

The watcher that completed the locate operation.

auto Watcher() const -> std::shared_ptr<Microsoft::Azure::SpatialAnchors::CloudSpatialAnchorWatcher>;