SpatialAnchorManager.RequestStoreAsync Method

Definition

Retrieves the anchor store for the current app.

public:
 static IAsyncOperation<SpatialAnchorStore ^> ^ RequestStoreAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<SpatialAnchorStore> RequestStoreAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<SpatialAnchorStore> RequestStoreAsync();
function requestStoreAsync()
Public Shared Function RequestStoreAsync () As IAsyncOperation(Of SpatialAnchorStore)

Returns

The anchor store.

Attributes

Applies to