ContentPrefetchTrigger.WaitInterval 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.
Retrieves the time interval for prefetching web content.
public:
property TimeSpan WaitInterval { TimeSpan get(); };
TimeSpan WaitInterval();
public System.TimeSpan WaitInterval { get; }
var timeSpan = contentPrefetchTrigger.waitInterval;
Public ReadOnly Property WaitInterval As TimeSpan
Property Value
The time interval set for refreshing web content.