Share via


PageResult Constructor

Initializes a new instance of the PageResult class.

Namespace:  System.Web.Http.OData
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Protected Sub New ( _
    nextPageLink As Uri, _
    count As Nullable(Of Long) _
)
'Usage
Dim nextPageLink As Uri 
Dim count As Nullable(Of Long)

Dim instance As New PageResult(nextPageLink, _
    count)
protected PageResult(
    Uri nextPageLink,
    Nullable<long> count
)
protected:
PageResult(
    Uri^ nextPageLink, 
    Nullable<long long> count
)
new : 
        nextPageLink:Uri * 
        count:Nullable<int64> -> PageResult
protected function PageResult(
    nextPageLink : Uri, 
    count : Nullable<long>
)

Parameters

  • nextPageLink
    Type: System.Uri
    The link for the next page of items in the feed.

See Also

Reference

PageResult Class

System.Web.Http.OData Namespace