SpatialEntityStore.RemoveAsync(SpatialEntity) Method

Definition

Removes a spatial entity from the store for all participants.

public:
 virtual IAsyncAction ^ RemoveAsync(SpatialEntity ^ entity) = RemoveAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction RemoveAsync(SpatialEntity const& entity);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction RemoveAsync(SpatialEntity entity);
function removeAsync(entity)
Public Function RemoveAsync (entity As SpatialEntity) As IAsyncAction

Parameters

entity
SpatialEntity

The spatial entity to remove.

Returns

Action that triggers once the entity removal has been communicated to the host.

Attributes

Applies to