AzureCosmosDbUpdateItemGeofencesT 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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public 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.AzureCosmosDb.UpdateItemGeofences``1(``0,System.Threading.CancellationToken)"]

Return Value

Task
Task completion

Implements

IAzureCosmosDbUpdateItemGeofencesT(T, CancellationToken)

See Also