Delegate LocateAnchorsCompletedDelegate

Informs the application that a locate operation has completed.

using LocateAnchorsCompletedDelegate = std::function<void(void*, std::shared_ptr<Microsoft::Azure::SpatialAnchors::LocateAnchorsCompletedEventArgs> const&)>;

Applications use this type when registering events.

For more information on std::function, see the reference for function class.

Parameters

Name Type Description
sender object The session that ran the locate operation.
args LocateAnchorsCompletedEventArgs The arguments describing the operation completion.