Shutdown(Boolean) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Close down the DAL. Close down all transports and all connections
of each of those transports.
void Shutdown(
bool allowReinitialization
)
void Shutdown(
bool allowReinitialization
)
Parameters
- allowReinitialization
- Whether or not to allow the DAL to be re-initialized after the shut down. This is intended to be used by automated functional test code. Not to be used in production code.