ContentPrefetchTrigger Constructors
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.
Overloads
ContentPrefetchTrigger() |
Initializes a new instance of the ContentPrefetchTrigger class. |
ContentPrefetchTrigger(TimeSpan) |
Initializes a new instance of the ContentPrefetchTrigger class using a specified time interval. |
ContentPrefetchTrigger()
Initializes a new instance of the ContentPrefetchTrigger class.
public:
ContentPrefetchTrigger();
ContentPrefetchTrigger();
public ContentPrefetchTrigger();
function ContentPrefetchTrigger()
Public Sub New ()
See also
Applies to
ContentPrefetchTrigger(TimeSpan)
Initializes a new instance of the ContentPrefetchTrigger class using a specified time interval.
public:
ContentPrefetchTrigger(TimeSpan waitInterval);
ContentPrefetchTrigger(TimeSpan const& waitInterval);
public ContentPrefetchTrigger(System.TimeSpan waitInterval);
function ContentPrefetchTrigger(waitInterval)
Public Sub New (waitInterval As TimeSpan)