Page<T>(IReadOnlyList<T>, String) Constructor
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.
Initializes a new instance of the Page<T> class.
public Page (System.Collections.Generic.IReadOnlyList<T> values, string? continuationToken = default);
new Microsoft.DurableTask.Page<'T> : System.Collections.Generic.IReadOnlyList<'T> * string -> Microsoft.DurableTask.Page<'T>
Public Sub New (values As IReadOnlyList(Of T), Optional continuationToken As String = Nothing)
Parameters
- values
- IReadOnlyList<T>
The values this holds.
- continuationToken
- String
The continuation token.