TrackingArchiveTEntityGetArchivedInterval 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.2.419.0 (24.2.419.0)
Syntax public abstract TimeInterval GetArchivedInterval(
Object entityIdentifier
)
Public MustOverride Function GetArchivedInterval (
entityIdentifier As Object
) As TimeInterval
public:
virtual TimeInterval^ GetArchivedInterval(
Object^ entityIdentifier
) abstract
abstract GetArchivedInterval :
entityIdentifier : Object -> TimeInterval
Parameters
- entityIdentifier
- Type: SystemObject
The identifier of the entity for which to obtain the interval of availability.
Return Value
Type:
TimeIntervalThe interval of archived data.
See Also