Click or drag to resize
IDatabaseRepositoryFactoryGetRepositoryStatus Method
Gets the current database repository status.

Namespace: PDTec.IceNet.Sdk
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
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 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