Class LocateAnchorsCompletedEventArgs

Declaration

struct winrt::Microsoft::Azure::SpatialAnchors::LocateAnchorsCompletedEventArgs

Description

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

Properties

Cancelled

Gets a value indicating whether the locate operation was canceled. When this property is true, the watcher was stopped before completing.

bool Cancelled();

Watcher

The watcher that completed the locate operation.

winrt::Microsoft::Azure::SpatialAnchors::CloudSpatialAnchorWatcher Watcher();