Share via


ODataPreferenceHeader.Wait Property

Definition

Property to get and set the "wait" preference to the "Prefer" header on the underlying IODataRequestMessage or the "Preference-Applied" header on the underlying IODataResponseMessage. Setting N sets the "wait=N" preference. Setting null clears the "wait" preference. Returns N if the "wait=N" preference is on the header. Returning null indicates that "wait" is not on the header.

public int? Wait { get; set; }
member this.Wait : Nullable<int> with get, set
Public Property Wait As Nullable(Of Integer)

Property Value

Applies to