Click or drag to resize

RepositoryModeUtilsGetRepositoryStatus Method

Gets the current database repository status.

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static void GetRepositoryStatus(
	IDatabaseRepository pRepository,
	out RepositoryMode mode,
	out DateTime databaseTimestamp,
	out DateTime runtimeTimestamp,
	out DateTime modelTimestamp,
	out DateTime configTimestamp
)

Parameters

pRepository
Type: PDTec.IceNet.Core.DatabaseIDatabaseRepository
The database repository.
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