AzureCosmosDbDispose Method

Implementation of IDisposable so the program will dispose the ORM gracefully. This wll notify Microsoft we're shutting the connection down, rather than them simply losing connection on closing.

Definition

Namespace: MobileTrack.DataContainers.Cosmos
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public void Dispose()

Implements

IDisposableDispose

See Also