Gets the date and time that the cached object was lasted refreshed.

Namespace: Asi.iBO.SystemConfig
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

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

Remarks

Call the Refresh()()()() or PeriodicRefresh(Int32) method to refresh the cache in this object.

See Also