次の方法で共有


ActorReminderState クラス

定義

アクター アラームの状態を表します。

[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 と共に格納されているユーザー状態を取得します。

適用対象