SpatialEntityStore.CreateEntityWatcher 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.
Gets a watcher that lets an app observe when participants add, update or remove entities in the store.
public:
virtual SpatialEntityWatcher ^ CreateEntityWatcher() = CreateEntityWatcher;
SpatialEntityWatcher CreateEntityWatcher();
public SpatialEntityWatcher CreateEntityWatcher();
function createEntityWatcher()
Public Function CreateEntityWatcher () As SpatialEntityWatcher
Returns
The entity watcher.