次の方法で共有


Class CloudSpatialAnchorSessionDeferral

Use this class to defer completing an operation.

This is similar to the Windows.Foundation.Deferral class.

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

Methods

Complete

Mark the deferred operation as complete and perform any associated tasks.

auto Complete() -> void;