| BatchHubApplicationGetRepositoryStatus Method  | 
            Gets the repository status (repository mode and corresponding timestamps).
            
 
Namespace: PDTec.IceNet.Domain.BatchHubAssembly: PDTec.IceNet.Domain.BatchHub (in PDTec.IceNet.Domain.BatchHub.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic 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