IceNetApplicationGetRepositoryStatus Method |
Gets the repository status (repository mode and corresponding timestamps).
Namespace:
PDTec.IceNet.Sdk
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public void GetRepositoryStatus(
out RepositoryMode mode,
out DateTime databaseTimestamp,
out DateTime runtimeTimestamp,
out DateTime modelTimestamp,
out DateTime configTimestamp
)
Parameters
- mode
- Type: PDTec.IceNet.Core.DatabaseRepositoryMode
The repository mode. - databaseTimestamp
- Type: SystemDateTime
The time on the database server in UTC. - runtimeTimestamp
- Type: SystemDateTime
The runtime timestamp. Only valid if mode is Runtime - modelTimestamp
- Type: SystemDateTime
The model timestamp. - configTimestamp
- Type: SystemDateTime
The configuration timestamp.
See Also