HttpDiagnosticProviderRequestResponseTimestamps.CacheCheckedTimestamp Propiedad

Definición

Obtiene la última vez que se ha comprobado la memoria caché local.

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)

Valor de propiedad

Hora en que se ha comprobado la memoria caché local.

Se aplica a