ItemBaseRepositoryTCreateContainer Method
If the container doesn't exist, this method will be invoked to set it up.
Every container has its own setup, so this method is abstract.
Namespace: MobileTrack.DataContainers.RepositoriesAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
protected abstract Task<Container> CreateContainer(
Database database
)
- database Database
- Database
TaskContainerTask completion with the newly created container as its result.