IAzureCosmosDbCreateMapMarker Method
Creates a Map Marker in the database. Can only be invoked by device receivers, not users!
Namespace: MobileTrack.DataContainers.CosmosAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
Task<MapMarkerDto> CreateMapMarker(
MapMarkerDto mapMarker,
UserSessionData createdBy,
CancellationToken cancellationToken = default
)
- mapMarker MapMarkerDto
- Map marker to create
- createdBy UserSessionData
- User creating the map marker
- cancellationToken CancellationToken (Optional)
- Cancellation token (optional)
TaskMapMarkerDtoCosmos DB Object-creation
Task