SpatialEntityStore.RemoveAsync(SpatialEntity) 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.
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