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) |
新しい既定のページ サイズを設定します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET