| IDatabaseRepositoryFactoryGetRepositoryStatus Method  | 
            Gets the current database repository status.
            
 
Namespace: PDTec.IceNet.SdkAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxvoid GetRepositoryStatus(
	out RepositoryMode mode,
	out DateTime databaseTimestamp,
	out DateTime runtimeTimestamp,
	out DateTime modelTimestamp,
	out DateTime configTimestamp
)
Parameters
- mode
 - Type: PDTec.IceNet.Core.DatabaseRepositoryMode
The database repository mode. - databaseTimestamp
 - Type: SystemDateTime
The current database time. - runtimeTimestamp
 - Type: SystemDateTime
The runtime timestamp. Only relevant if mode is Runtime. - modelTimestamp
 - Type: SystemDateTime
The point of time the data model has been updated. - configTimestamp
 - Type: SystemDateTime
The point of time the configuration settings have been updated. 
See Also