CloudSpatialAnchorSession.DeleteAnchorAsync(CloudSpatialAnchor) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes a persisted spatial anchor.
public:
System::Threading::Tasks::Task ^ DeleteAnchorAsync(Microsoft::Azure::SpatialAnchors::CloudSpatialAnchor ^ anchor);
public System.Threading.Tasks.Task DeleteAnchorAsync (Microsoft.Azure.SpatialAnchors.CloudSpatialAnchor anchor);
member this.DeleteAnchorAsync : Microsoft.Azure.SpatialAnchors.CloudSpatialAnchor -> System.Threading.Tasks.Task
Public Function DeleteAnchorAsync (anchor As CloudSpatialAnchor) As Task
Parameters
- anchor
- CloudSpatialAnchor
The anchor to be deleted.