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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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