CloudSpatialAnchorSession.RefreshAnchorPropertiesAsync Method

Definition

Refreshes properties for the specified spatial anchor.

public:
 System::Threading::Tasks::Task ^ RefreshAnchorPropertiesAsync(Microsoft::Azure::SpatialAnchors::CloudSpatialAnchor ^ anchor);
public System.Threading.Tasks.Task RefreshAnchorPropertiesAsync (Microsoft.Azure.SpatialAnchors.CloudSpatialAnchor anchor);
member this.RefreshAnchorPropertiesAsync : Microsoft.Azure.SpatialAnchors.CloudSpatialAnchor -> System.Threading.Tasks.Task
Public Function RefreshAnchorPropertiesAsync (anchor As CloudSpatialAnchor) As Task

Parameters

anchor
CloudSpatialAnchor

The anchor to refresh.

Returns

Applies to