SpatialEntityStore.SaveAsync(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.
Saves a new or updated spatial entity into the store, to be synchronized with all participants.
public:
virtual IAsyncAction ^ SaveAsync(SpatialEntity ^ entity) = SaveAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SaveAsync(SpatialEntity const& entity);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SaveAsync(SpatialEntity entity);
function saveAsync(entity)
Public Function SaveAsync (entity As SpatialEntity) As IAsyncAction
Parameters
- entity
- SpatialEntity
The new or updated spatial entity.
Returns
Action that triggers once the entity data has been communicated to the host.
- Attributes