你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ReminderPagedResult<T> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示执行组件提醒查询调用的结果。
[System.Runtime.Serialization.DataContract(Name="ReminderPagedResult", Namespace="urn:actors")]
[System.Runtime.Serialization.KnownType(typeof(System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<Microsoft.ServiceFabric.Actors.ActorId,System.Collections.Generic.List<Microsoft.ServiceFabric.Actors.Runtime.ActorReminderState>>>))]
public sealed class ReminderPagedResult<T>
[<System.Runtime.Serialization.DataContract(Name="ReminderPagedResult", Namespace="urn:actors")>]
[<System.Runtime.Serialization.KnownType(typeof(System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<Microsoft.ServiceFabric.Actors.ActorId,System.Collections.Generic.List<Microsoft.ServiceFabric.Actors.Runtime.ActorReminderState>>>))>]
type ReminderPagedResult<'T> = class
Public NotInheritable Class ReminderPagedResult(Of T)
类型参数
- T
Type 此提醒查询结果包含的项的 。
- 继承
-
ReminderPagedResult<T>
- 属性
构造函数
ReminderPagedResult<T>() |
初始化 ReminderPagedResult<T> 类的新实例。 |
属性
ContinuationToken |
获取或设置一个延续标记,指示是否需要再次调用 方法提取更多项。 |
Items |
获取或设置要循环访问结果的枚举器。 |
方法
SetDefaultPageSize(Int32) |
设置新的默认页面大小。 |