ContentPrefetcher.LastSuccessfulPrefetchTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the date and time of the last successful content prefetch operation.
public:
static property IReference<DateTime> ^ LastSuccessfulPrefetchTime { IReference<DateTime> ^ get(); };
static IReference<DateTime> LastSuccessfulPrefetchTime();
public static System.Nullable<System.DateTimeOffset> LastSuccessfulPrefetchTime { get; }
var iReference = ContentPrefetcher.lastSuccessfulPrefetchTime;
Public Shared ReadOnly Property LastSuccessfulPrefetchTime As Nullable(Of DateTimeOffset)
Property Value
A 64-bit signed integer that represents a date and time.