Class SessionUpdatedEventArgs

Provides data for the event that fires when the session state is updated.

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

Properties

Status

Current session status.

auto Status() const -> std::shared_ptr<Microsoft::Azure::SpatialAnchors::SessionStatus>;