SpatialEntityStore.RemoveAsync(SpatialEntity) Methode

Definition

Entfernt eine räumliche Entität aus dem Speicher für alle Teilnehmer.

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

Parameter

entity
SpatialEntity

Die zu entfernende räumliche Entität.

Gibt zurück

Aktion, die ausgelöst wird, nachdem die Entfernung der Entität an den Host kommuniziert wurde.

Attribute

Gilt für: