ContentPrefetchTrigger.WaitInterval Property

Definition

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.

Applies to