Share via


HttpDiagnosticProviderRequestResponseTimestamps.CacheCheckedTimestamp Property

Definition

Gets the last time local cache was checked.

public:
 property IReference<DateTime> ^ CacheCheckedTimestamp { IReference<DateTime> ^ get(); };
IReference<DateTime> CacheCheckedTimestamp();
public System.Nullable<System.DateTimeOffset> CacheCheckedTimestamp { get; }
var iReference = httpDiagnosticProviderRequestResponseTimestamps.cacheCheckedTimestamp;
Public ReadOnly Property CacheCheckedTimestamp As Nullable(Of DateTimeOffset)

Property Value

The time that local cache was checked.

Applies to