次の方法で共有


IRemindable インターフェイス

定義

を使用して RegisterReminderAsync(String, Byte[], TimeSpan, TimeSpan)登録されたアラームを使用するためにアクターが実装する必要があるインターフェイス。

public interface IRemindable
type IRemindable = interface
Public Interface IRemindable

メソッド

ReceiveReminderAsync(String, Byte[], TimeSpan, TimeSpan)

アクター アラームがトリガーされたときに呼び出されるアラームコールバック。

適用対象