Gets the date and time that the cached objects (SystemConfig, EventsConfig, ReferenceData, etc.) were refreshed as a group. They may have been refreeshed individually since.

Namespace:  Asi.iBO
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public static DateTime LastRefreshDateTime { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property LastRefreshDateTime As DateTime
Visual C++
public:
static property DateTime LastRefreshDateTime {
	DateTime get ();
}

Remarks

The LastRefreshDateTime property of each cached object can be checked to see when it was last refreshed.

See Also