InterstitialAd.RequestTimeout Property

Definition

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); };
unsigned int RequestTimeout();

void RequestTimeout(unsigned int value);
public uint RequestTimeout { get; set; }
var uInt32 = interstitialAd.requestTimeout;
interstitialAd.requestTimeout = uInt32;
Public Property RequestTimeout As UInteger

Property Value

System.UInt32

The number of milliseconds to wait for an ad request to complete before timing out. The default value is 30000 ms (30 seconds).

Applies to