Click or drag to resize

SqlServerArchiveTEntityGetArchivedInterval Method (Object)

Gets the overall interval that exists in the archive for the specified entity identifier.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override TimeInterval GetArchivedInterval(
	Object entityIdentifier
)

Parameters

entityIdentifier
Type: SystemObject
The identifier of the entity for which to obtain the interval of availability.

Return Value

Type: TimeInterval
The interval of archived data.
See Also