ActorReminderState クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アクター アラームの状態を表します。
[System.Runtime.Serialization.DataContract(Name="ActorReminderState")]
public class ActorReminderState : Microsoft.ServiceFabric.Actors.Runtime.IActorReminderState
[<System.Runtime.Serialization.DataContract(Name="ActorReminderState")>]
type ActorReminderState = class
interface IActorReminderState
interface IActorReminder
Public Class ActorReminderState
Implements IActorReminderState
- 継承
-
ActorReminderState
- 属性
- 実装
プロパティ
DueTime |
アラーム用に構成された duetime を取得します。 |
Name |
アラームの名前を取得します。 |
Period |
アラーム用に構成された期間を取得します。 |
RemainingDueTime |
アラームの残りの期限を取得します。 |
State |
rmeinder と共に格納されているユーザー状態を取得します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET