RestSource.RequestInterval Property

Definition

Gets or sets the time to await before sending next page request.

[Newtonsoft.Json.JsonProperty(PropertyName="requestInterval")]
public object RequestInterval { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="requestInterval")>]
member this.RequestInterval : obj with get, set
Public Property RequestInterval As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to