IAzureCosmosDbUpdateItemGeofencesT Method

Updates the Geofences property of a DeviceDto or EnvironmentDto in the database, but not the other properties.

Definition

Namespace: MobileTrack.DataContainers.Cosmos
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
Task UpdateItemGeofences<T>(
	T item,
	CancellationToken cancellationToken = default
)
where T : class, IIdLabel, IHasGeofences

Parameters

item  T
Device whose geofences need to be updated
cancellationToken  CancellationToken  (Optional)
Cancellation token

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:MobileTrack.DataContainers.Cosmos.IAzureCosmosDb.UpdateItemGeofences``1(``0,System.Threading.CancellationToken)"]

Return Value

Task
Task completion

See Also