InterstitialAd.RequestTimeout 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 or sets the number of milliseconds to wait for an ad request to complete before timing out.
public:
property unsigned int RequestTimeout { unsigned int get(); void set(unsigned int value); };
uint32_t RequestTimeout();
void RequestTimeout(uint32_t value);
public uint RequestTimeout { get; set; }
var uInt32 = interstitialAd.requestTimeout;
interstitialAd.requestTimeout = uInt32;
Public Property RequestTimeout As UInteger
Property Value
The number of milliseconds to wait for an ad request to complete before timing out. The default value is 30000 ms (30 seconds).